-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.17 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.17 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": "typescript-angular",
"version": "1.0.0",
"description": "AngularJS 1.x application with TypeScript 1.5 (no external modules)",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"gulp": "gulp",
"bower": "bower",
"tsd": "tsd"
},
"keywords": [
"angular",
"typescript"
],
"author": "Daniel Melo",
"license": "MIT",
"devDependencies": {
"bower": "^1.4.1",
"colors": "^1.1.2",
"del": "^2.0.2",
"gulp": "^3.9.0",
"gulp-bower-normalize": "^1.0.6",
"gulp-replace": "^0.5.3",
"gulp-sourcemaps": "^1.5.2",
"gulp-tsd": "0.0.4",
"gulp-typescript": "^2.8.0",
"gulp-useref": "^1.2.0",
"gulp-zip": "^3.0.2",
"http-server": "^0.8.0",
"karma": "^0.13.3",
"karma-chrome-launcher": "^0.2.0",
"karma-coverage": "^0.4.2",
"karma-firefox-launcher": "^0.1.6",
"karma-junit-reporter": "^0.3.2",
"karma-phantomjs-launcher": "^0.2.0",
"karma-qunit": "^0.1.4",
"main-bower-files": "^2.9.0",
"phantomjs": "^1.9.17",
"qunitjs": "^1.18.0",
"remap-istanbul": "^0.2.0",
"tsd": "^0.6.5",
"typescript": "^1.8.0",
"yargs": "^3.15.0"
}
}