forked from sdeleuze/projectreactor.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 936 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
{
"name": "projectreactor.io",
"version": "2.0.0",
"description": "",
"author": "Damien vitrac",
"license": "ISC",
"scripts": {
"start": "script/prod"
},
"contributors": [
{
"name": "Damien vitrac",
"email": "[email protected]"
}
,{
"name": "Stephane Maldini",
"email": "[email protected]"
}
],
"devDependencies": {
"browserify": "^11.1.0",
"del": "^2.0.2",
"es5-shim": "^4.1.13",
"font-awesome": "^4.4.0",
"gulp": "^3.9.0",
"gulp-compass": "^2.1.0",
"gulp-concat": "^2.6.0",
"gulp-cssmin": "^0.1.7",
"gulp-jshint": "^1.11.2",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.4",
"gulp-uglify": "^1.4.1",
"gulp-util": "^3.0.6",
"gulp-shell": "^0.5.1",
"gulp-run-sequence": "^0.3.2",
"gulp-clean": "^0.3.1",
"jquery": "^2.1.4",
"merge": "^1.2.0",
"validator": "^4.0.6",
"watchify": "^3.4.0"
}
}