aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json9
1 files changed, 6 insertions, 3 deletions
diff --git a/package.json b/package.json
index d2e9a56b7..86f9a3081 100644
--- a/package.json
+++ b/package.json
@@ -1,5 +1,5 @@
{
- "name": "something",
+ "name": "stif-boiv",
"dependencies": {
"babel-polyfill": "6.16.0",
"babel-preset-es2015": "6.18.0",
@@ -15,9 +15,12 @@
},
"license": "MIT",
"engines": {
- "node": ">= 0.10"
+ "node": "5.12.0"
},
"devDependencies": {
- "es6-object-assign": "^1.0.3"
+ "enzyme": "2.7.1",
+ "es6-object-assign": "1.0.3",
+ "react-addons-test-utils": "15.3.2",
+ "sinon": "1.17.7"
}
}