-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.52 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.52 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
{
"name": "TypescriptAngularStarter",
"private": true,
"version": "0.2.4",
"description": "Starter kit using angular with typescript",
"repository": {
"type": "git",
"url": "https://github.com/3IE/TypescriptAngularStarter.git"
},
"license": "MIT",
"contributors": [
{
"name": "Arnaud Lemettre",
"email": "arnaud.lemettre@gmail.com"
},
{
"name": "Benoit Verdier",
"email": "benoit.verdier@gmail.com"
}
],
"//": "you can add 'grunt-connect-proxy' if you need a proxy for grunt-contrib-connect",
"devDependencies": {
"jasmine": "^2.4.1",
"jasmine-core": "^2.4.1",
"karma": "^0.13.15",
"karma-jasmine": "^0.3.6",
"karma-phantomjs-launcher": "~1.0.0",
"grunt-karma": "^0.12.1",
"phantomjs-prebuilt": "~2.1.3"
},
"dependencies": {
"bower": "^1.7.1",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.7.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-connect": "~1.0.0",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-cssmin": "^0.14.0",
"grunt-contrib-less": "^1.1.0",
"grunt-contrib-uglify": "^0.11.0",
"grunt-filerev": "^2.3.1",
"grunt-connect-proxy": "~0.2.0",
"grunt-ts": "^5.2.0",
"grunt-tslint": "^3.0.0",
"grunt-usemin": "^3.1.1",
"jit-grunt": "^0.9.1",
"less-plugin-autoprefix": "^1.5.1",
"less-plugin-clean-css": "^1.5.1",
"socket.io": "^1.3.7",
"socket.io-client": "^1.3.7",
"tsd": "^0.6.5",
"tslint": "^3.2.0",
"typescript": "^1.7.3"
},
"scripts": {
"postinstall": "bower install && tsd install",
"test": "grunt test"
}
}