forked from CiderSqueezy/bt-desktop
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
71 lines (71 loc) · 2.08 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "coffee-react-quickstart",
"description": "Quickstart for creating React.js web applications",
"version": "0.0.1",
"author": "Kyle Mathews <[email protected]>",
"bugs": "https://github.com/KyleAMathews/coffee-react-quickstart/issues",
"dependencies": {
"apng-canvas": "git+https://[email protected]/CiderSqueezy/apng-canvas.git",
"babel-core": "^5.8.29",
"babel-loader": "^5.3.2",
"cjsx-loader": "^1.3.1",
"classnames": "^2.2.0",
"coffee-loader": "^0.7.2",
"coffee-react-transform": "^2.4.1",
"coffee-script": "^1.9.3",
"css-loader": "^0.9.0",
"emotes": "git+https://github.com/jamesmanning/emotes.git",
"eslint": "^1.7.3",
"event-emitter": "^0.3.4",
"express": "^4.12.4",
"gulp": "^3.9.0",
"gulp-compass": "^2.1.0",
"gulp-load-plugins": "^0.8.1",
"gulp-rename": "^1.2.2",
"gulp-shell": "^0.2.11",
"gulp-size": "^1.2.3",
"gulp-util": "^3.0.6",
"highlight.js": "^8.6.0",
"jquery": "^2.1.4",
"map-stream": "0.0.5",
"node-libs-browser": "~0.5.2",
"node-sass": "^3.0.0",
"react": "^0.14.1",
"react-dom": "^0.14.1",
"react-hot-loader": "^1.3.0",
"react-timeago": "^2.2.1",
"sass-loader": "^1.0.0",
"socket.io-client": "~0.9.10",
"spellchecker": "^3.1.3",
"striptags": "^2.0.4",
"style-loader": "^0.8.2",
"superagent": "^1.4.0",
"superagent-jsonp": "0.0.6",
"touch": "0.0.3",
"underscore": "~1.7.0",
"webpack": "~1.10.1",
"webpack-dev-server": "~1.10.1"
},
"homepage": "https://github.com/KyleAMathews/coffee-react-quickstart",
"keywords": [
"react",
"react-tools",
"quickstart",
"coffeescript",
"cjsx"
],
"license": "MIT",
"main": "main.js",
"repository": "[email protected]:KyleAMathews/coffee-react-quickstart.git",
"scripts": {
"start": "./node_modules/.bin/gulp watch",
"build": "./node_modules/.bin/gulp build",
"test": "jest"
},
"devDependencies": {
"electron-prebuilt": "~0.34.3",
"electron-rebuild": "~1.0.1",
"eslint-plugin-react": "^3.6.3",
"gulp-atom-shell": "~0.10.0"
}
}