-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.17 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "ddj-catalogue",
"version": "0.0.1",
"description": "ddj-catalogue frontend",
"main": "index.html",
"scripts": {
"start": "gulp"
},
"author": "@moklick <[email protected]>",
"license": "MIT",
"devDependencies": {
"del": "^0.1.3",
"gulp": "^3.8.8",
"gulp-autoprefixer": "^2.0.0",
"gulp-concat": "^2.4.1",
"gulp-connect": "^2.0.6",
"gulp-jest": "^0.2.2",
"gulp-livereload": "^2.1.1",
"gulp-load-plugins": "^0.7.0",
"gulp-preprocess": "^1.1.1",
"gulp-rsync": "0.0.5",
"gulp-size": "^1.1.0",
"gulp-stylus": "^1.3.3",
"gulp-uglifyjs": "^0.4.3",
"gulp-util": "^3.0.1",
"gulp-watch": "^1.0.7",
"gulp-webpack": "^0.4.1"
},
"dependencies": {
"URIjs": "^1.14.1",
"director": "^1.2.3",
"es5-shim": "^4.0.5",
"imports-loader": "~0.6.3",
"jsx-loader": "^0.12.1",
"react": "^0.12.0",
"react-select": "^0.2.7",
"react-tools": "^0.12.1",
"reflux": "^0.1.15",
"reqwest": "^1.1.5",
"store": "^1.3.16",
"velocity-animate": "^1.1.0"
},
"devConfig": {
"rsync": {
"host" : "[email protected]",
"dest": "/home/webkid/projects/ddjcat-frontend"
}
}
}