forked from ivanmuzika/simple
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 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
{
"name": "simple",
"version": "1.0.0",
"description": "This template is a basic course format",
"main": "gulpfile.js",
"scripts": {
"precommit": "npm run lint",
"lint": "eslint -c .eslintrc app/",
"postinstall": "bower install",
"start": "gulp webserver"
},
"repository": {
"type": "git",
"url": "https://github.com/easygenerator/simple.git"
},
"author": "easygenerator",
"license": "ISC",
"bugs": {
"url": "https://github.com/easygenerator/simple/issues"
},
"homepage": "https://github.com/easygenerator/simple",
"devDependencies": {
"del": "^1.0.0",
"eslint": "^3.16.1",
"event-stream": "^3.1.7",
"gulp": "^3.8.8",
"gulp-autoprefixer": "^3.1.0",
"gulp-bower": "0.0.10",
"gulp-clean-css": "^2.0.12",
"gulp-csso": "^1.0.0",
"gulp-durandal": "^1.1.5",
"gulp-has": "^1.0.0",
"gulp-if": "^2.0.2",
"gulp-less": "^3.0.5",
"gulp-load-plugins": "^1.0.0-rc.1",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-uglify": "^1.0.1",
"gulp-useref": "^1.0.2",
"gulp-util": "^3.0.1",
"gulp-webserver": "^0.9.1",
"husky": "^0.13.1"
}
}