forked from jaw4ik/assessment
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.14 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
{
"name": "assessment",
"version": "0.0.1",
"description": "A template to create an assessment in easygenerator (using AngularJs).",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/easygenerator/assessment.git"
},
"author": "easygenerator",
"license": "ISC",
"bugs": {
"url": "https://github.com/easygenerator/assessment/issues"
},
"homepage": "https://github.com/easygenerator/assessment",
"devDependencies": {
"del": "^1.1.0",
"event-stream": "^3.1.7",
"gulp": "^3.8.10",
"gulp-autoprefixer": "^3.1.1",
"gulp-bower": "0.0.10",
"gulp-clean-css": "^3.0.4",
"gulp-cssmin": "^0.1.7",
"gulp-csso": "^0.2.9",
"gulp-if": "^2.0.2",
"gulp-jscs": "^1.3.0",
"gulp-jshint": "^1.9.0",
"gulp-less": "^3.0.3",
"gulp-minify-css": "^1.2.4",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.0",
"gulp-uglify": "^1.0.2",
"gulp-useref": "^1.0.2",
"gulp-webserver": "^0.9.1",
"jshint-stylish": "^1.0.0",
"merge-stream": "^0.1.6"
}
}