-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 951 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
{
"name": "gulp.firsclass",
"version": "3.0.0",
"description": "firstClass it\\'s a frontend framework",
"main": "gulpfile.js",
"dependencies": {},
"devDependencies": {
"gulp-rename": "^1.2.0",
"gulp-uglify": "^0.3.0",
"gulp-notify": "^1.3.0",
"gulp-concat": "^2.2.0",
"gulp-livereload": "^1.5.0",
"gulp-plumber": "^0.6.2",
"gulp-jshint": "^1.6.1",
"gulp-compass": "^1.1.8",
"gulp-watch": "^0.6.5",
"gulp-imagemin": "^0.5.0",
"gulp": "^3.6.2",
"path": "^0.4.9",
"tiny-lr": "0.0.7"
},
"scripts": {
"test": "yes"
},
"repository": {
"type": "git",
"url": "git://github.com/rickbenetti/gulp.firstclass.git"
},
"keywords": [
"firstclass",
"framework",
"gulp",
"compass"
],
"author": "Rick Benetti",
"bugs": {
"url": "https://github.com/rickbenetti/gulp.firstclass/issues"
},
"homepage": "https://github.com/rickbenetti/gulp.firstclass"
}