forked from DanWahlin/AngularIn20TypeScript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (36 loc) · 750 Bytes
/
package.json
File metadata and controls
37 lines (36 loc) · 750 Bytes
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
{
"name": "angularjs-typescript-in20",
"version": "1.0.0",
"description": "AngularJS and TypeScript",
"contributors": [
{
"name": "Dan Wahlin"
}
],
"scripts": {
"start": "gulp serve",
"postinstall": "tsd reinstall -so && gulp"
},
"keywords": [
"angularjs",
"typescript"
],
"license": "ISC",
"dependencies": {
},
"devDependencies": {
"browser-sync": "^2.10.1",
"del": "^2.2.0",
"gulp": "^3.9.0",
"gulp-debug": "^2.1.2",
"gulp-inject": "^3.0.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-tslint": "^4.2.1",
"gulp-typescript": "^2.10.0",
"gulp-tsd": "^0.0.4",
"tsd": "^0.6.5",
"typescript": "^1.7.5",
"superstatic": "^4.0.0",
"tslint": "^3.2.1"
}
}