-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
40 lines (40 loc) · 1.04 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
{
"name": "Angular2-Unit-Tests",
"version": "0.0.1",
"description": "Angular2 alpha tiny starter that includes unit tests",
"main": "index.js",
"scripts": {
"test": "gulp test",
"start": "npm install && tsd install && gulp"
},
"repository": {
"type": "git",
"url": "https://github.com/forforeach/Angular2-Unit-Tests"
},
"author": "Dima Kuzmich",
"license": "MIT",
"bugs": {
"url": "https://github.com/forforeach/Angular2-Unit-Tests"
},
"devDependencies": {
"del": "^1.2.0",
"es6-module-loader": "^0.16.6",
"gulp": "^3.9.0",
"gulp-connect": "^2.2.0",
"gulp-open": "^0.3.2",
"gulp-sass": "^2.0.4",
"gulp-sourcemaps": "^1.5.2",
"gulp-typescript": "^2.7.6",
"jasmine": "^2.3.2",
"jasmine-core": "^2.3.4",
"karma": "^0.13.9",
"karma-chrome-launcher": "^0.2.0",
"karma-jasmine": "^0.3.6",
"karma-jasmine-html-reporter": "^0.1.8",
"run-sequence": "^1.1.0",
"systemjs": "^0.16.11",
"traceur": "0.0.91",
"tsd": "^0.6.3",
"typescript": "^1.5.3"
}
}