add npm install script

This commit is contained in:
nightwing 2012-05-03 20:33:28 +04:00
commit 3ce8d4a8a9
3 changed files with 71 additions and 4 deletions

View file

@ -41,7 +41,8 @@
"lib": "lib/ace"
},
"scripts": {
"test": "node lib/ace/test/all.js"
"test": "node lib/ace/test/all.js",
"install": "node install.js"
},
"config": {
"github.com/sourcemint/bundler-js/0/-meta/config/0": {
@ -62,7 +63,7 @@
"dynamicLinks": [
"/lib/ace/mode/*_worker.js"
]
}
}
}
}
}