move devDependencies to dependencies to fix install issue
This commit is contained in:
parent
c488268a3c
commit
1e97ab8c6d
24
package.json
24
package.json
|
@ -52,6 +52,17 @@
|
||||||
"prepublish": "node browser/build.js -a"
|
"prepublish": "node browser/build.js -a"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"grunt-browserify": "~2.0.0",
|
||||||
|
"grunt-contrib-watch": "~0.5.3",
|
||||||
|
"grunt-markdown": "~0.5.0",
|
||||||
|
"grunt-mocha-test": "~0.8.2",
|
||||||
|
"grunt-shell": "~0.6.4",
|
||||||
|
"browser-pack": "~2.0.1",
|
||||||
|
"brfs": "~1.0.0",
|
||||||
|
"coveralls": "^2.10.0",
|
||||||
|
"istanbul": "~0.2.6",
|
||||||
|
"commander": "~2.2.0",
|
||||||
|
"mocha": ">=1.15.1",
|
||||||
"sjcl": "=1.0.1",
|
"sjcl": "=1.0.1",
|
||||||
"soop": "=0.1.5",
|
"soop": "=0.1.5",
|
||||||
"bindings": "=1.1.1",
|
"bindings": "=1.1.1",
|
||||||
|
@ -70,19 +81,6 @@
|
||||||
"uglifyify": "=1.2.3",
|
"uglifyify": "=1.2.3",
|
||||||
"async": "~0.2.10"
|
"async": "~0.2.10"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
|
||||||
"brfs": "~1.0.0",
|
|
||||||
"browser-pack": "~2.0.1",
|
|
||||||
"commander": "~2.1.0",
|
|
||||||
"coveralls": "^2.10.0",
|
|
||||||
"grunt-browserify": "~2.0.0",
|
|
||||||
"grunt-contrib-watch": "~0.5.3",
|
|
||||||
"grunt-markdown": "~0.5.0",
|
|
||||||
"grunt-mocha-test": "~0.8.2",
|
|
||||||
"grunt-shell": "~0.6.4",
|
|
||||||
"istanbul": "~0.2.6",
|
|
||||||
"mocha": ">=1.15.1"
|
|
||||||
},
|
|
||||||
"testling": {
|
"testling": {
|
||||||
"harness": "mocha-bdd",
|
"harness": "mocha-bdd",
|
||||||
"html": "test/index-testling.html",
|
"html": "test/index-testling.html",
|
||||||
|
|
Loading…
Reference in New Issue