forked from troopjs/troopjs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.36 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 1.36 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
61
62
63
64
65
66
67
68
69
70
{
"name": "troopjs",
"description": "TroopJS package",
"version": "3.0.0-pr.2",
"author": {
"name": "Mikael Karon",
"email": "mikael@karon.se"
},
"maintainers": [
{
"name": "Mikael Karon",
"web": "https://github.com/mikaelkaron"
},
{
"name": "Garry Yao",
"web": "https://github.com/garryyao"
}
],
"contributors": [
{
"name": "Kates Gasis",
"web": "https://github.com/kates"
},
{
"name": "Norman Xu",
"web": "https://github.com/normanzb"
},
{
"name": "Vincent Shao",
"web": "https://github.com/lupincn"
}
],
"repository": {
"type": "git",
"url": "https://github.com/troopjs/troopjs.git"
},
"bugs": {
"url": "https://github.com/troopjs/troopjs/issues"
},
"homepage": "http://troopjs.com",
"licenses": [
{
"type": "MIT",
"url": "http://troopjs.mit-license.org/"
}
],
"scripts": {
"pretest": "scripts/pretest.js",
"test": "grunt test"
},
"devDependencies": {
"grunt": "~0.4",
"grunt-contrib-requirejs": "~0.4",
"grunt-contrib-uglify": "~0.4",
"grunt-contrib-clean": "~0.5",
"grunt-buster": "~0.3",
"grunt-banner": "~0.2",
"grunt-git-describe": "~2.3",
"grunt-git-dist": "~0.4",
"grunt-semver": "~0.1",
"grunt-eslint": "~0",
"load-grunt-tasks": "~0.4",
"semver": "~2.3",
"lodash": "~2.4",
"shelljs": "~0.3",
"bower": "~1.3",
"bower-logger": "~0",
"bower-config": "~0"
}
}