-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
34 lines (34 loc) · 967 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
{
"name": "cerebro-tools",
"version": "0.1.8",
"description": "Toolkit for developing plugins for Cerebro App",
"main": "dist/index.js",
"scripts": {
"test": "mocha-webpack",
"build": "webpack && babili dist -d dist --compact --no-comments",
"prepublish": "npm run test && rm -rf ./dist && npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kelion/cerebro-tools.git"
},
"author": "Alexandr Subbotin <[email protected]> (http://asubbotin.ru)",
"license": "MIT",
"bugs": {
"url": "https://github.com/kelion/cerebro-tools/issues"
},
"homepage": "https://github.com/kelion/cerebro-tools#readme",
"dependencies": {
"memoizee": "^0.4.1"
},
"devDependencies": {
"assert": "^1.4.1",
"babel-cli": "^6.18.0",
"babel-loader": "^6.2.8",
"babili": "0.0.9",
"expect": "^1.20.2",
"mocha": "^3.2.0",
"mocha-webpack": "^0.7.0",
"webpack": "2.1.0-beta.27"
}
}