-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
50 lines (50 loc) · 1.25 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
{
"name": "cerebro-pass",
"version": "1.0.4",
"description": "Cerebro plugin for pass.",
"license": "MIT",
"repository": "maximbaz/cerebro-pass",
"author": {
"name": "Santiago H.",
"email": "jsantiagoh@gmail.com"
},
"engines": {
"node": ">=5"
},
"scripts": {
"test": "mocha",
"build": "webpack && uglifyjs ./dist/index.js -o ./dist/index.js --mangle",
"debug": "./scripts/debug",
"debug:windows": "scripts\\debug.bat",
"prepublish": "rimraf ./dist && npm run build",
"lint": "eslint src test *.js"
},
"main": "dist/index.js",
"keywords": [
"cerebro",
"cerebro-plugin",
"pass"
],
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-eslint": "^7.2.0",
"babel-loader": "^7.1.1",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-react-jsx": "^6.8.0",
"cerebro-tools": "^0.1.0",
"css-loader": "^0.28.4",
"cwd": "^0.10.0",
"eslint": "^4.1.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-react": "^7.1.0",
"glob": "^7.1.1",
"glob-to-regexp": "^0.3.0",
"mocha": "^3.2.0",
"react": "^15.4.1",
"rimraf": "^2.6.1",
"style-loader": "^0.18.2",
"uglify-es": "^3.0.23",
"url-loader": "^0.5.7",
"webpack": "^3.0.0"
}
}