-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 737 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 737 Bytes
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
{
"name": "codecap",
"version": "0.0.0",
"description": "Code Capture",
"main": "codecap.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"author": "Matthew Huebert",
"license": "MIT",
"devDependencies": {
"webpack": "^1.4.0-beta10",
"cjsx-loader": "^0.2.0",
"react-hot-loader": "^0.4.3",
"coffee-script": "^1.8.0",
"coffee-loader": "^0.7.2",
"react": "^0.11.2",
"codemirror": "^4.5.0",
"webpack-dev-server": "^1.6.5",
"stylus-loader": "^0.4.0"
},
"dependencies": {
"style-loader": "^0.8.0",
"css-loader": "^0.8.0",
"underscore": "^1.7.0",
"immutable": "^2.0.17",
"react-draggable": "^0.2.1"
}
}