-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 848 Bytes
/
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
{
"author": "John Haugeland",
"name": "flocks-todo",
"description": "A todo list example app built in Flocks.js and React.js",
"version": "0.0.1",
"repository": {
"url": "https://github.com/StoneCypher/flocks-todo.git"
},
"keywords": [
"state",
"react",
"react.js",
"flux",
"flocks",
"flocks.js",
"flock",
"flocks-todo"
],
"devDependencies": {
"vows": "*",
"gulp": "*",
"gulp-clean": "*",
"vinyl-source-stream": "^0.1.1",
"browserify": "^5.11.0",
"reactify": "^0.14.0",
"gulp-browserify": "*",
"gulp-sloc": "*",
"gulp-react": "*",
"gulp-yuidoc": "*",
"gulp-strip-react-dom-comment": "*"
},
"dependencies": {
"react": "*",
"flocks.js": "*"
},
"engines": {
"node": "*"
},
"scripts": {
"test": "vows test/* --spec"
}
}