Skip to content

Commit

Permalink
chore: add dependencies to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
victor nwaiwu committed Jan 8, 2017
1 parent 011c916 commit 99df992
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"test": "test"
},
"scripts": {
"start": "node node_modules/gulp-cli/bin/gulp",
"test": "istanbul cover _mocha -- -R spec"
},
"repository": {
Expand All @@ -27,14 +28,23 @@
},
"homepage": "https://github.com/andela-vnwaiwu/string-class#readme",
"dependencies": {
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.18.0",
"chai": "^3.5.0",
"connect": "^3.5.0",
"coveralls": "^2.11.15",
"dirty-chai": "^1.2.2",
"dotenv": "^4.0.0",
"eslint": "^3.12.2",
"eslint-config-airbnb": "^13.0.0",
"eslint-plugin-import": "^2.1.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.6.0",
"gulp": "^3.9.1",
"gulp-cli": "^1.2.2",
"gulp-connect": "^5.0.0",
"gulp-load-plugins": "^1.4.0",
"istanbul": "^0.4.5",
"mocha": "^3.2.0"
}
Expand Down

0 comments on commit 99df992

Please sign in to comment.