-
Notifications
You must be signed in to change notification settings - Fork 77
/
package.json
41 lines (40 loc) · 867 Bytes
/
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
{
"name": "angularjs-typescript-in20",
"version": "1.0.0",
"description": "AngularJS and TypeScript",
"contributors": [
{
"name": "Dan Wahlin"
}
],
"repository": {
"type": "git",
"url": "https://github.com/DanWahlin/AngularIn20TypeScript"
},
"scripts": {
"postinstall": "npm run typings install && gulp",
"start": "gulp serve",
"typings": "typings"
},
"keywords": [
"angularjs",
"typescript"
],
"license": "ISC",
"dependencies": {
},
"devDependencies": {
"browser-sync": "^2.12.5",
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-debug": "^2.1.2",
"gulp-inject": "^4.0.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-tslint": "^5.0.0",
"gulp-typescript": "^2.13.0",
"typescript": "^1.8.10",
"typings": "^0.8.1",
"superstatic": "^4.0.2",
"tslint": "^3.8.1"
}
}