-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
32 lines (32 loc) · 942 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
{
"name": "dev-chrome-extension",
"version": "0.4.0",
"description": "cloudinsight",
"main": "lib/background.js",
"scripts": {
"dev": "webpack -w",
"build": "rimraf lib && rimraf extension.zip && NODE_ENV=production webpack -p && zip -9 -r --exclude=*.git* --exclude=*node_modules* --exclude=*src* --exclude=*.idea* extension.zip ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/cloudinsight/dev-chrome-extension.git"
},
"keywords": [
"chrome"
],
"author": "wyvernnot",
"license": "MIT",
"bugs": {
"url": "https://github.com/cloudinsight/dev-chrome-extension/issues"
},
"homepage": "https://github.com/cloudinsight/dev-chrome-extension#readme",
"dependencies": {
"babel-core": "^6.24.0",
"babel-loader": "^6.4.1",
"babel-preset-es2015": "^6.24.0",
"rimraf": "^2.6.1",
"underscore": "^1.8.3",
"webpack": "^2.3.2",
"wilddog": "^2.5.2"
}
}