-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 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
{
"name": "text-thresher",
"version": "0.0.2",
"repository": {
"type": "git",
"url": "git@github.com:Goodly/text-thresher-chrome-extension.git"
},
"bugs": "https://github.com/Goodly/text-thresher-chrome-extension/issues",
"contributors": "https://github.com/Goodly/text-thresher-chrome-extension/graphs/contributors",
"scripts": {
"start": "gulp",
"install": "bower install"
},
"engines": {
"node": ">=0.8.0"
},
"engineStrict": true,
"dependencies": {
"envify": "^1.2.1",
"jsx-loader": "^0.12.0",
"react": "^0.12.0",
"react-bootstrap": "^0.12.0",
"react-router": "^0.10.2"
},
"devDependencies": {
"bower": "^1.3.12",
"cjsx-loader": "^1.0.0",
"coffee-loader": "~0.7",
"coffee-script": "~1.7",
"css-loader": "*",
"del": "^1.1.1",
"gulp": "^3.8.8",
"gulp-coffee": "^2.2.0",
"gulp-plumber": "^0.6.6",
"gulp-util": "~2.2",
"jade": "*",
"parse": "^1.2.19",
"react-tools": "^0.12.0",
"sass-loader": "^0.4.0-beta.1",
"script-loader": "~0.5",
"style-loader": "~0.6",
"url-loader": "^0.5.5",
"webpack": "~1.0",
"webpack-dev-server": "~1.2"
}
}