-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1 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
{
"name": "todomvc-react-coffee",
"version": "0.0.1",
"description": "React + Coffeescript implementation of TodoMVC",
"main": "gruntfile.js",
"homepage": "https://github.com/crubier/todomvc-react-coffee",
"repository" :
{ "type" : "git",
"url" : "http://github.com/crubier/todomvc-react-coffee.git"
},
"keywords":["react","todomvc","coffee","coffeescript"],
"dependencies": {
"bower": "^1.3.3",
"coffee-loader": "^0.7.2",
"coffee-script": "^1.7.1",
"director": "^1.2.3",
"envify": "^1.2.1",
"grunt": "^0.4.5",
"grunt-bower-task": "^0.3.4",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-http-server": "0.0.5",
"grunt-webpack": "^1.0.6",
"http-server": "^0.6.1",
"react": "^0.10.0",
"webpack": "^1.2.0-beta4",
"webpack-dev-server": "^1.2.8"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Vincent Lecrubier <vincent.lecrubier@gmail.com>",
"license": "MIT"
}