-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.35 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.35 KB
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
{
"name": "board",
"version": "0.0.1",
"description": "Card Board",
"dependencies": {
"browserify": "~4.1.11",
"css-loader": "^0.9.0",
"es6-loader": "^0.2.0",
"es6ify": "~1.1.0",
"express": "~3.5.3",
"flux": "^2.0.1",
"glob": "~3.2.11",
"gulp": "~3.6.2",
"gulp-nodemon": "~1.0.4",
"hbs": "~2.5.0",
"jquery": "~2.1.1",
"jquery-ui": "~1.10.5",
"jsx-loader": "^0.11.2",
"mocha": "~1.18.2",
"nib": "~1.0.3",
"path": "~0.4.9",
"react": "~0.11.2",
"reactify": "~0.10.0",
"style-loader": "^0.8.1",
"stylus": "~0.42.3",
"stylus-loader": "^0.4.0",
"underscore": "~1.6.0",
"webpack": "^1.4.4"
},
"author": "Rafael Fabricio Chiti",
"license": "MIT",
"engines": {
"node": "0.10.x"
},
"repository": {
"type": "git",
"url": "git@github.com:rafaelchiti/board.git"
},
"devDependencies": {
"gulp": "~3.6.2",
"mocha": "~1.18.2",
"chai": "~1.9.1",
"vinyl-source-stream": "~0.1.1",
"es6ify": "~1.1.0",
"glob": "~3.2.9",
"gulp-open": "~0.2.8",
"gulp-nodemon": "~1.0.2",
"open": "0.0.5",
"watchify": "~0.10.2",
"gulp-util": "~2.2.18",
"coffeeify": "~0.6.0"
},
"browserify": {
"transform": [
[
"reactify",
{
"es6": "true"
}
],
"es6ify",
"coffeeify"
]
}
}