-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 934 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
{
"name": "DesignOpenDeck",
"version": "0.0.1",
"description": "Designers can Open Source Deck",
"main": "./Gulpfile.coffee",
"repository": {
"type": "git",
"url": "[email protected]:DesignOpen/Deck-Designers-Can-Open-Source.git"
},
"scripts": {
"start": "gulp"
},
"engines": {
"node": "0.10.x"
},
"dependencies": {},
"devDependencies": {
"browser-sync": "^1.3.6",
"gulp": "^3.8.8",
"gulp-autoprefixer": "^1.0.0",
"gulp-jade": "^0.7.0",
"gulp-sourcemaps": "^1.1.4",
"gulp-stylus": "^1.3.0",
"gulp-svgmin": "^0.4.6",
"browserify": "^5.12.1",
"gulp-imagemin": "^2.2.1",
"gulp-filter": "^2.0.2",
"vinyl-source-stream": "^1.1.0",
"vinyl-buffer": "^1.0.0",
"coffeeify": "^1.0.0",
"sizzle": "^2.2.0",
"csonify": "^1.0.1",
"coffee-script": "^1.9.1",
"coffee-reactify": "^3.0.0",
"classnames": "^1.2.0",
"react": "^0.13.1"
}
}