forked from chrisharrington/react-todo
-
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) · 710 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 710 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": "react-todo",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"bower": "^1.3.12",
"clean-css-brunch": "1.6.x",
"config": "^1.2.4",
"css-brunch": "1.7.x",
"javascript-brunch": "1.7.x",
"jshint-brunch": "1.6.x",
"react-brunch": "^1.0.5",
"react-tags-brunch": "^1.7.1",
"uglify-js-brunch": "1.7.x",
"underscore": "^1.6.0",
"brunch": "^1.7.18",
"less-brunch": "^1.7.2"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-stylus": "^0.20.0",
"jasmine-react-helpers": "^0.2.0"
}
}