forked from gregtatum/z-index-devtool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.05 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
{
"name": "z-index-devtool",
"version": "1.0.0",
"description": "A UCOSP project for building a Z-Index Devtool",
"main": "index.js",
"scripts": {
"start": "budo src --serve bundle.js --dir docs",
"build": "browserify src > docs/bundle.js",
"test": "mocha --compilers js:babel-register test/stacking-context-actions.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gregtatum/z-index-devtool.git"
},
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/gregtatum/z-index-devtool/issues"
},
"homepage": "https://github.com/gregtatum/z-index-devtool#readme",
"devDependencies": {
"@tatumcreative/get": "1.0.0",
"babel": "^6.5.2",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-register": "^6.18.0",
"browserify": "^13.1.0",
"budo": "^9.2.0",
"jsdom": "^9.8.3",
"mocha": "^3.1.2",
"react": "15.3.2",
"react-dom": "15.3.2",
"react-redux": "4.4.5",
"redux": "3.6.0",
"redux-logger": "2.6.1",
"redux-thunk": "2.1.0"
}
}