-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
43 lines (43 loc) · 1.1 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
{
"name": "dms-cfp",
"version": "0.4.10",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Rafael Dohms <[email protected]>",
"devDependencies": {
"babel-eslint": "^3.1.26",
"babelify": "^6.1.2",
"browserify": "^10.2.3",
"clipboard-tool": "^1.0.6",
"debug": "^3.1.0",
"del": "^1.1.1",
"fuzzy": "^0.1.0",
"gulp": "^3.8.11",
"gulp-babel": "^5.1.0",
"gulp-bower": "0.0.10",
"gulp-bump": "^0.3.1",
"gulp-concat": "^2.5.2",
"gulp-image-resize": "^0.8.0",
"gulp-imagemin": "^3.0.1",
"gulp-jscs": "^1.6.0",
"gulp-jshint": "^1.11.2",
"gulp-minify-css": "^1.0.0",
"gulp-plumber": "^1.0.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2",
"gulp-sourcemaps": "^1.5.1",
"gulp-zip": "^3.0.2",
"jquery": "^2.1.4",
"jquery.directive.js": "^1.0.1",
"jscs": "^1.13.1",
"jshint": "^2.8.0",
"merge-stream": "^0.1.7",
"minimist": "^1.1.1",
"mustache": "^2.1.0",
"system": "^1.0.2",
"underscore": "^1.8.3",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}