Commit 00367101 by Kevin Martensson

Remove unneeded dependencies

parent fffc0625
...@@ -42,6 +42,7 @@ ...@@ -42,6 +42,7 @@
], ],
"dependencies": { "dependencies": {
"chalk": "^0.5.1", "chalk": "^0.5.1",
"cross-spawn": "^0.2.3",
"get-stdin": "^3.0.0", "get-stdin": "^3.0.0",
"meow": "^2.0.0", "meow": "^2.0.0",
"mkdirp": "^0.5.0", "mkdirp": "^0.5.0",
...@@ -49,15 +50,12 @@ ...@@ -49,15 +50,12 @@
"nan": "^1.3.0", "nan": "^1.3.0",
"node-watch": "^0.3.4", "node-watch": "^0.3.4",
"object-assign": "^1.0.0", "object-assign": "^1.0.0",
"shelljs": "^0.3.0", "shelljs": "^0.3.0"
"sinon": "^1.10.3"
}, },
"devDependencies": { "devDependencies": {
"coveralls": "^2.11.1", "coveralls": "^2.11.1",
"cross-spawn": "^0.2.3",
"jscoverage": "^0.5.6", "jscoverage": "^0.5.6",
"jshint": "^2.5.5", "jshint": "^2.5.5",
"mocha-lcov-reporter": "^0.0.1", "mocha-lcov-reporter": "^0.0.1"
"object-assign": "^1.0.0"
} }
} }
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