Add Jam package support.

Former-commit-id: 399caeea73fc79dd340baa7e34b46179ff2beb86
This commit is contained in:
John-David Dalton
2012-08-11 21:35:06 -07:00
parent 0edf50e00e
commit 9ce342205b
2 changed files with 11 additions and 1 deletions

7
.jamignore Normal file
View File

@@ -0,0 +1,7 @@
*.custom.*
.*
dist/
doc/*.php
node_modules/
perf/*.sh
test/*.sh

View File

@@ -21,7 +21,7 @@
],
"author": {
"name": "John-David Dalton",
"email": "john@fusejs.com",
"email": "john.david.dalton@gmail.com",
"web": "http://allyoucanleet.com/"
},
"bugs": {
@@ -42,6 +42,9 @@
"node",
"rhino"
],
"jam":{
"main": "lodash.min.js"
},
"scripts": {
"build": "node build",
"test": "node test/test"