-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.39 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.39 KB
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
{
"name": "client",
"description": "AngularJS client",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/net-engine/client-app.git"
},
"version": "0.0.0",
"dependencies": {},
"devDependencies": {
"concat": "^1.0.0",
"del": "^2.2.0",
"gulp": "^3.5.2",
"gulp-angular-filesort": "^1.1.1",
"gulp-angular-templatecache": "^1.8.0",
"gulp-changed": "^1.3.0",
"gulp-concat": "^2.6.0",
"gulp-concat-vendor": "0.0.4",
"gulp-develop-server": "^0.5.0",
"gulp-imagemin": "^2.4.0",
"gulp-inject": "^3.0.0",
"gulp-less": "^3.0.5",
"gulp-livereload": "^3.8.1",
"gulp-minify": "0.0.5",
"gulp-minify-css": "^1.2.3",
"gulp-rename": "^1.2.2",
"gulp-rev": "^7.0.0",
"gulp-server-livereload": "^1.7.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.3",
"gulp-watch": "^4.3.5",
"gulp-webserver": "^0.9.1",
"less-plugin-clean-css": "^1.5.1",
"run-sequence": "^1.1.5",
"streamqueue": "^1.1.1",
"vinyl-ftp": "^0.4.5",
"merge2": "~1.0.1",
"gulp-clean-css": "~2.0.3"
},
"engines": {
"node": ">=0.10.0"
},
"bugs": {
"url": "https://github.com/net-engine/client-app/issues"
},
"homepage": "https://github.com/net-engine/client-app#readme",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}