Commit fe37b4e5 authored by JC Brand's avatar JC Brand

Make all NPM dependencies dev dependencies.

parent 2712bcb7
...@@ -32,36 +32,35 @@ ...@@ -32,36 +32,35 @@
"browser": "*" "browser": "*"
}, },
"devDependencies": { "devDependencies": {
"almond": "~0.3.1",
"backbone": "1.3.3",
"backbone.browserStorage": "0.0.3",
"backbone.overview": "0.0.2",
"bower": "latest", "bower": "latest",
"clean-css": "^3.4.19", "clean-css": "^3.4.19",
"crypto-js": "3.1.2-5",
"greenkeeper": "^4.0.0", "greenkeeper": "^4.0.0",
"grunt": "^1.0.1", "grunt": "^1.0.1",
"grunt-cli": "^1.1.0", "grunt-cli": "^1.1.0",
"grunt-json": "^0.2.0", "grunt-json": "^0.2.0",
"http-server": "^0.9.0", "http-server": "^0.9.0",
"jed": "0.5.4",
"jquery": "2.2.3",
"jquery-easing": "0.0.1", "jquery-easing": "0.0.1",
"jquery.browser": ">=0.1.0",
"jshint": "^2.8.0", "jshint": "^2.8.0",
"moment": "~2.13.0",
"otr": "0.2.16",
"phantom-jasmine": "0.1.8", "phantom-jasmine": "0.1.8",
"phantomjs": "~1.9.7-1", "phantomjs": "~1.9.7-1",
"pluggable.js": "0.0.2",
"po2json": "^0.4.4", "po2json": "^0.4.4",
"requirejs": "2.3.2", "requirejs": "2.3.2",
"requirejs-undertemplate": "~0.0.4", "requirejs-undertemplate": "~0.0.4",
"text": "requirejs/text#2.0.14" "strophe.js": "strophe/strophejs#b583d9e6c57f04d3be492866209d8e2143acf9a0",
},
"dependencies": {
"almond": "~0.3.1",
"backbone": "1.3.3",
"backbone.browserStorage": "0.0.3",
"backbone.overview": "0.0.2",
"crypto-js": "3.1.2-5",
"jed": "0.5.4",
"jquery": "2.2.3",
"jquery.browser": ">=0.1.0",
"moment": "~2.13.0",
"otr": "0.2.16",
"pluggable.js": "0.0.2",
"strophe.js": "1.2.8",
"strophejs-plugins": "0.0.7", "strophejs-plugins": "0.0.7",
"text": "requirejs/text#2.0.14",
"underscore": "~1.8.3" "underscore": "~1.8.3"
} },
"dependencies": {}
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment