-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2.1 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 2.1 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"jspm": {
"directories": {},
"dependencies": {
"angular": "npm:angular@^1.4.0-rc.1",
"angular-animate": "npm:angular-animate@^1.4.0-rc.1",
"angular-mocks": "npm:angular-mocks@^1.4.0-rc.1",
"angular-new-router": "npm:angular-new-router@^0.5.3",
"babel": "npm:babel-core@^5.1.13",
"babel-core": "npm:babel-core@^5.1.13",
"lodash": "npm:lodash@^4.0.0",
"requirejs-browser": "npm:requirejs-browser@^2.1.9"
},
"devDependencies": {
"babel": "npm:babel-core@^5.1.13",
"babel-runtime": "npm:babel-runtime@^5.1.13",
"core-js": "npm:core-js@^0.9.4"
}
},
"scripts": {
"test": "node_modules/karma/bin/karma start --single-run"
},
"name": "ts-validator",
"main": "ts-validator.ts",
"version": "0.5.0",
"devDependencies": {
"babel": "^5.1.13",
"body-parser": "^1.12.3",
"chai": "^2.3.0",
"chai-as-promised": "^5.0.0",
"express": "^4.12.3",
"gulp": "^3.8.11",
"gulp-angular-templatecache": "^1.6.0",
"gulp-autoprefixer": "^2.2.0",
"gulp-html-replace": "^1.4.5",
"gulp-load-plugins": "^0.10.0",
"gulp-minify-css": "^1.1.1",
"gulp-plumber": "^1.0.0",
"gulp-sass": "^1.3.3",
"gulp-sourcemaps": "^1.5.2",
"gulp-tslint": "^3.0.1-beta",
"gulp-tslint-stylish": "^1.0.1",
"gulp-typescript": "^2.7.3",
"gulp-util": "^3.0.4",
"gulp-watch": "^4.2.4",
"gulp-zip": "^3.0.2",
"http-proxy": "^1.11.1",
"jspm": "^0.15.5",
"karma": "^0.12.31",
"karma-babel-preprocessor": "^5.1.0",
"karma-chai": "^0.1.0",
"karma-chai-as-promised": "^0.1.2",
"karma-chrome-launcher": "^0.1.8",
"karma-coverage": "^0.3.1",
"karma-jspm": "^1.1.4",
"karma-junit-reporter": "^0.2.2",
"karma-mocha": "^0.1.10",
"karma-mocha-reporter": "^1.0.2",
"karma-phantomjs-launcher": "^0.1.4",
"karma-phantomjs-shim": "^1.0.0",
"karma-sinon": "^1.0.4",
"mocha": "^2.2.4",
"morgan": "^1.5.2",
"serve-favicon": "^2.2.0",
"serve-index": "^1.6.3",
"sinon": "^1.14.1",
"typescript": "^1.5.3"
},
"dependencies": {
"lodash": "^4.0.0"
}
}