-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.41 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "sealious-react-components",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "istanbul test _mocha -- tests/* --recursive --require babel-register",
"build": "browserify index.js -o bundle.js -t [ babelify --presets [ es2015 react ] ]",
"watch": "watchify index.js -o bundle.js -t [ babelify --presets [ es2015 react ] ] -v"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sealcode/sealious-react-components.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/sealcode/sealious-react-components/issues"
},
"homepage": "https://github.com/sealcode/sealious-react-components#readme",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-istanbul": "^0.11.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.1",
"babelify": "^8.0.0",
"browserify": "^13.0.1",
"enzyme": "^2.4.1",
"expect.js": "^0.3.1",
"istanbul": "^0.4.4",
"mocha": "^3.0.1",
"react-addons-test-utils": "^15.3.0",
"react-dom": "^15.2.1",
"watchify": "^3.7.0"
},
"dependencies": {
"axios": "^0.16.2",
"bluebird": "^3.4.1",
"clone": "^1.0.2",
"deep-equal": "^1.0.1",
"event-emitter": "^0.3.4",
"merge": "^1.2.0",
"qwest": "^4.4.4",
"react": "^15.4.1",
"url": "^0.11.0"
},
"browserify": {
"transform": [
"babelify"
]
}
}