-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1000 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
33
34
35
36
37
38
{
"name": "shadow-bootstrap",
"version": "1.1.3",
"description": "bootstrap for shadow-widget",
"main": "index.js",
"scripts": {
"start": "watchify src/index_dev.js -v -o bundle.js -t [ babelify --presets [ env react ] ]",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rewgt/shadow-bootstrap.git"
},
"keywords": [
"react",
"shadow-widget",
"bootstrap"
],
"author": "wayne chan",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/rewgt/shadow-bootstrap/issues"
},
"homepage": "https://github.com/rewgt/shadow-bootstrap#readme",
"dependencies": {
"react": "~16.2.0",
"react-dom": "~16.2.0",
"create-react-class": "~15.6.2",
"shadow-widget": "~1.1.0"
},
"devDependencies": {
"babel-core": "~6.26.0",
"babel-preset-env": "~1.6.1",
"babel-preset-react": "~6.24.1",
"babelify": "~8.0.0",
"watchify": "~3.9.0"
}
}