-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.15 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
{
"directories": {
"test": "test"
},
"author": "azu",
"license": "MIT",
"files": [
"bin/",
"lib/",
"src/"
],
"name": "almin-kuker-devtools",
"version": "0.4.0",
"description": "Integrate almin into redux-devtools",
"main": "lib/almin-kuker-devtools.js",
"scripts": {
"build": "cross-env NODE_ENV=production babel src --out-dir lib --source-maps",
"watch": "babel src --out-dir lib --watch --source-maps",
"prepublish": "npm run --if-present build"
},
"keywords": [
"almin",
"redux",
"debug",
"logger",
"browser",
"extension"
],
"repository": {
"type": "git",
"url": "https://github.com/almin/almin-kuker-devtools.git"
},
"bugs": {
"url": "https://github.com/almin/almin-kuker-devtools/issues"
},
"homepage": "https://github.com/almin/almin-kuker-devtools",
"devDependencies": {
"almin": "^0.13.0",
"babel-cli": "^6.23.0",
"babel-preset-jsdoc-to-assert": "^4.0.0",
"babel-preset-latest": "^6.22.0",
"babel-preset-power-assert": "^1.0.0",
"babel-register": "^6.23.0",
"cross-env": "^4.0.0",
"mocha": "^3.2.0",
"power-assert": "^1.4.2"
}
}