forked from codeBelt/TypeScript-AMD-Boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·38 lines (35 loc) · 1.18 KB
/
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
{
"name": "TypeScript-AMD-Boilerplate",
"version": "1.0.0",
"appVersion": "0.1.0",
"description": "A TypeScript AMD (Require.js) Boilerplate for Web Applications",
"url": "https://github.com/codeBelt/TypeScript-AMD-Boilerplate",
"repository": {
"type" : "git" ,
"url" : "https://github.com/codeBelt/TypeScript-AMD-Boilerplate"
},
"developedBy": "codeBelt",
"devDependencies": {
"grunt": "0.4.2",
"matchdep": "0.3.0",
"grunt-contrib-yuidoc": "0.5.0",
"grunt-contrib-watch": "0.5.3",
"grunt-contrib-cssmin": "0.7.0",
"grunt-contrib-htmlmin": "0.1.3",
"grunt-contrib-handlebars": "0.6.0",
"grunt-contrib-concat": "0.3.0",
"grunt-contrib-uglify": "0.2.7",
"grunt-contrib-copy": "0.4.1",
"grunt-contrib-requirejs": "0.4.3",
"grunt-contrib-clean": "0.5.0",
"grunt-banner": "0.2.0",
"grunt-usemin": "2.0.2",
"grunt-json": "0.1.3",
"grunt-manifest": "0.4.0",
"grunt-typescript": "0.2.10",
"grunt-preprocess": "4.0.0",
"grunt-env": "0.4.1",
"grunt-express": "1.2.1",
"grunt-open": "0.2.2"
}
}