-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
69 lines (69 loc) · 1.69 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
{
"name": "angular-typescript-gulp-seed",
"version": "0.0.0",
"description": "Seed project for AngularJS with Typescript and Gulp",
"license": "MIT",
"main": "app/app.ts",
"repository": {
"type": "git",
"url": "[email protected]:florinn/angular-typescript-gulp-seed.git"
},
"keywords": [
"seed",
"template",
"angular",
"typescript",
"gulp",
"karma",
"mocha",
"chai",
"sinon"
],
"dependencies": {},
"devDependencies": {
"angular": "^1.3.4",
"angular-mocks": "^1.3.4",
"chai": "^1.10.0",
"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-chai": "^0.1.0",
"karma-chai-sinon": "^0.1.4",
"karma-chrome-launcher": "^0.1.7",
"karma-firefox-launcher": "^0.1.4",
"karma-ie-launcher": "^0.1.5",
"karma-mocha": "^0.1.9",
"main-bower-files": "^2.4.0",
"mocha": "^2.0.1",
"opn": "^0.1.1",
"run-sequence": "^1.0.2",
"sinon": "^1.12.1",
"sinon-chai": "^2.6.0",
"typemoq": "0.0.6",
"wiredep": "^1.4.3"
},
"engines": {
"node": ">=0.10.0"
}
}