-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
35 lines (35 loc) · 906 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
{
"name": "typescript-examples",
"version": "0.0.0",
"description": "Typescript Examples",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/SitePen/TypeScript-examples"
},
"repository": {
"type": "git",
"url": "https://github.com/agubler/TypeScript-examples.git"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"codecov.io": "^0.1.6",
"dojo-loader": ">=2.0.0-beta.5",
"dts-generator": "1.7.0",
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-dojo2": ">=2.0.0-beta.7",
"grunt-text-replace": "^0.4.0",
"grunt-ts": "^5.5.1",
"grunt-tslint": "^3.1.0",
"grunt-typings": ">=0.1.5",
"intern": "^3.2.3",
"istanbul": "^0.4.3",
"remap-istanbul": "^0.6.4",
"tslint": "^3.10.2",
"typescript": "1.8.10"
}
}