-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 1.81 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"private": "true",
"engines": {
"node": ">=0.10.0",
"npm": ">=2.5.0"
},
"dependencies": {
"amd-optimize": "^0.6.1",
"bootstrap": "3.3.4",
"jquery": "2.1.3",
"leaflet-search": "^2.7.2",
"mustache": "^2.3.0"
},
"devDependencies": {
"browser-sync": "^2.5.3",
"del": "^1.1.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^2.1.0",
"gulp-cache": "^0.2.8",
"gulp-changed": "^1.3.2",
"gulp-clean": "^0.3.2",
"gulp-clean-css": "^3.4.2",
"gulp-cloudfront": "^0.0.14",
"gulp-concat": "^2.5.2",
"gulp-css-spriter": "^0.4.0",
"gulp-csscomb": "^3.0.3",
"gulp-cssmin": "^0.1.6",
"gulp-cssnano": "^2.1.2",
"gulp-data": "^1.2.1",
"gulp-ejs": "^2.3.0",
"gulp-gh-pages": "^0.5.0",
"gulp-htmlmin": "^1.1.1",
"gulp-if": "^1.2.5",
"gulp-imagemin": "^2.2.1",
"gulp-jade": "^1.0.0",
"gulp-jscs": "^4.0.0",
"gulp-jshint": "^2.0.4",
"gulp-less": "^3.0.2",
"gulp-load-plugins": "^0.9.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.3",
"gulp-sourcemaps": "^1.5.1",
"gulp-uglify": "^1.1.0",
"gulp-util": "^3.0.4",
"gulp-watch": "^4.3.11",
"http-proxy-middleware": "^0.17.3",
"merge-stream": "^0.1.7",
"minimist": "^1.1.1",
"mockjs": "^1.0.1-beta3",
"psi": "^1.0.6",
"run-sequence": "^1.0.2"
},
"name": "exit",
"version": "1.0.0",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"description": "Power Project",
"repository": {
"type": "git",
"url": "git+https://github.com/kylvia/Power.git"
},
"bugs": {
"url": "https://github.com/kylvia/Power/issues"
},
"homepage": "https://github.com/kylvia/Power#readme"
}