forked from cr0cK/coolpoll
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.11 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
{
"name": "Coolpoll",
"version": "1.0.0",
"description": "A little tool to make a poll of some images.",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "./node_modules/.bin/gulp watch",
"build": "./node_modules/.bin/gulp build:all",
"compile": "./node_modules/.bin/gulp compile:all",
"serve": "./node_modules/.bin/gulp serve:dev"
},
"repository": {
"type": "git",
"url": "https://github.com/cr0cK/coolpoll.git"
},
"author": "Alexis Mineaud",
"license": "MIT",
"bugs": {
"url": "https://github.com/cr0cK/coolpoll/issues"
},
"devDependencies": {
"gulp": "^3.8.10",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.4.2",
"gulp-consolidate": "^0.1.2",
"gulp-expect-file": "0.0.7",
"gulp-iconfont": "^1.0.0",
"gulp-jshint": "^1.9.0",
"gulp-less": "^1.3.6",
"gulp-minify-css": "^0.3.11",
"gulp-minify-html": "^0.1.7",
"gulp-ng-annotate": "^0.4.3",
"gulp-rename": "^1.2.0",
"gulp-serve": "^0.3.0",
"gulp-uglify": "^1.0.2",
"jshint-stylish": "^1.0.0",
"lodash": "^2.4.1"
}
}