-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 931 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
{
"name": "smap",
"version": "1.0.0",
"dependencies": {},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.1",
"gulp-htmlmin": "^3.0.0",
"gulp-imagemin": "^3.3.0",
"gulp-minify-css": "^1.2.4",
"gulp-ng-annotate": "^2.0.0",
"gulp-rev": "^8.0.0",
"gulp-sourcemaps": "^2.6.0",
"gulp-uglify": "^3.0.0",
"gulp-usemin": "^0.3.28",
"gulp-util": "^3.0.8",
"gulp-webserver": "^0.9.1",
"http-server": "^0.10.0",
"run-sequence": "^2.1.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "gulp dev",
"release": "gulp release --scripts-prepend-node-path=auto"
},
"repository": {
"type": "git",
"url": "git+https://github.com/csolin/SMAP.git"
},
"author": "navinfo.com",
"bugs": {
"url": "https://github.com/csolin/SMAP/issues"
},
"license": "ISC",
"description": ""
}