mirror of
https://github.com/mkschreder/juci.git
synced 2025-01-07 03:16:39 +08:00
38 lines
760 B
JSON
38 lines
760 B
JSON
{
|
|
"name": "juci",
|
|
"version": "0.0.1",
|
|
"dependencies": {
|
|
"JSON": "*",
|
|
"express": "*",
|
|
"body-parser": "*",
|
|
"request": "*",
|
|
"glob": "*",
|
|
"async": "*",
|
|
"expect.js": "*",
|
|
"object-assign": "*",
|
|
"jquery-deferred": "*",
|
|
"watchjs": "*",
|
|
"uglify-js": "*",
|
|
"array.prototype.find": "*",
|
|
"node-getopt": "*",
|
|
"gettext-parser": "*",
|
|
"underscore": "*",
|
|
"ws": "*",
|
|
"express-ws": "*"
|
|
},
|
|
"engines": {
|
|
"node": "0.10.x",
|
|
"npm": "1.2.x"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "^1.0.1",
|
|
"istanbul": "^0.4.5",
|
|
"jasmine-core": "~2.3.3",
|
|
"karma": "^1.3.0",
|
|
"karma-firefox-launcher": "~0.1.6",
|
|
"karma-jasmine": "~0.3.5",
|
|
"karma-mocha": "~0.1.10",
|
|
"mocha": "~2.2.5"
|
|
}
|
|
}
|