-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
executable file
·40 lines (40 loc) · 1.04 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
{
"name": "cerebro-osx-define",
"version": "0.0.1",
"description": "Cerebro plugin to define entered text in OSx dictionary",
"license": "MIT",
"repository": "KELiON/cerebro-osx-define",
"author": {
"name": "Alexandr Subbotin",
"email": "kelionweb@gmail.com",
"url": "asubbotin.ru"
},
"engines": {
"node": ">=4"
},
"scripts": {
"build": "webpack && babili dist -d dist --compact --no-comments",
"debug": "./scripts/debug",
"prepublish": "rm -rf ./dist && npm run build"
},
"main": "dist/index.js",
"keywords": [
"cerebro",
"cerebro-plugin"
],
"os": ["darwin"],
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-loader": "^6.2.8",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-object-rest-spread": "^6.20.2",
"babel-plugin-transform-react-jsx": "^6.8.0",
"babili": "0.0.9",
"cerebro-tools": "^0.1.0",
"css-loader": "^0.26.0",
"raw-loader": "^0.5.1",
"react": "^15.4.1",
"style-loader": "^0.13.1",
"webpack": "2.1.0-beta.27"
}
}