-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.36 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.36 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
54
55
56
57
58
{
"name": "pentasys-angular-ws",
"version": "0.0.0",
"description": "PENTASYS AngularJS Workshop",
"license": "MIT",
"main": "app/app.ts",
"repository": {
"type": "git"
},
"keywords": [
"seed",
"template",
"angular",
"typescript",
"gulp",
"karma"
],
"dependencies": {},
"devDependencies": {
"angular": "^1.5",
"angular-mocks": "^1.5",
"del": "^0.1.3",
"event-stream": "^3.1.7",
"gulp": "^3.6.0",
"gulp-add-src": "^0.2.0",
"gulp-autoprefixer": "^0.0.7",
"gulp-cache": "^0.1.1",
"gulp-concat-sourcemap": "^1.3.1",
"gulp-connect": "^2.2.0",
"gulp-csso": "^0.2.6",
"gulp-filter": "^0.4.1",
"gulp-flatten": "^0.0.2",
"gulp-if": "^1.2.5",
"gulp-imagemin": "^0.5.0",
"gulp-jshint": "^1.5.3",
"gulp-karma": "0.0.4",
"gulp-load-plugins": "^0.5.0",
"gulp-size": "^0.3.0",
"gulp-sourcemaps": "^1.2.8",
"gulp-typescript": "^2.3.0",
"gulp-uglify": "^0.2.1",
"gulp-useref": "^0.4.2",
"gulp-watch": "^1.2.0",
"jshint-stylish": "^0.2.0",
"karma": "^0.12.28",
"karma-chrome-launcher": "^0.1.7",
"karma-firefox-launcher": "^0.1.4",
"karma-ie-launcher": "^0.1.5",
"main-bower-files": "^2.4.0",
"opn": "^0.1.1",
"run-sequence": "^1.0.2",
"typemoq": "0.0.6",
"wiredep": "^1.4.3"
},
"engines": {
"node": ">=0.10.0"
}
}