-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.2 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.2 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
{
"name": "acp-web",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"@types/lodash": "^4.14.55",
"@types/angular": "^1.6.10",
"@types/angular-ui-router": "^1.1.36",
"angular": "^1.6.2",
"angular-translate": "2.15.1",
"angular-ui-router": "1.0.0-rc.1",
"bootstrap": "^3.3.7",
"browserify": "^14.1.0",
"del": "^2.2.2",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-debug": "^3.1.0",
"gulp-environments": "^0.1.1",
"gulp-filter": "^5.0.0",
"gulp-flatten": "^0.3.1",
"gulp-if": "^2.0.2",
"gulp-inject": "^4.2.0",
"gulp-inline-angular-templates": "^0.1.5",
"gulp-less": "^3.3.0",
"gulp-load-plugins": "^1.5.0",
"gulp-logger": "0.0.2",
"gulp-order": "^1.1.1",
"gulp-rename": "^1.2.2",
"gulp-sequence": "^0.4.6",
"gulp-sourcemaps": "^2.4.1",
"gulp-uglify": "^2.0.1",
"gulp-util": "^3.0.8",
"jquery": "^3.1.1",
"lodash": "^4.17.4",
"merge2": "^1.0.3",
"tsify": "^3.0.1",
"typescript": "^2.2.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}