-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 861 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "ci-test2",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "babel index.jsx -o index.js && babel test/test.es6 -o test/test.js",
"test": "mocha",
"pretest": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dtrelogan/ci-test2.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/dtrelogan/ci-test2/issues"
},
"homepage": "https://github.com/dtrelogan/ci-test2#readme",
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"mocha": "^3.4.2",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-formstate": "^0.5.0",
"react-formstate-validation": "^0.3.5"
}
}