-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 1.44 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
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
71
72
73
{
"name": "isdk",
"description": "the isdk processor",
"version": "0.0.0",
"homepage": "https://github.com/snowyu/isdk.js",
"repository": {
"type": "git",
"url": "git://github.com/snowyu/isdk.js.git"
},
"files": [
"README.md",
"LICENSE-MIT",
"LICENSE",
"bin",
"src",
"test",
"lib"
],
"bin": {
"isdk": "lib/"
},
"keywords": [
"isdk",
"processor"
],
"dependencies": {
"path.js": "^1.0.7",
"task-registry-isdk": "0.0.3",
"util-ex": "^0.3.14",
"yargs": "^3.24.0"
},
"devDependencies": {
"chai": "~1.10.0",
"grunt": "~0.4.5",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-coffee": "~0.12.0",
"grunt-contrib-copy": "~0.7.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-mocha-test": "~0.12.6",
"grunt-newer": "~0.8.0",
"grunt-release": "~0.9.0",
"mocha": "~2.1.0",
"pre-commit": "~1.0.2",
"rimraf": "~2.2.8",
"shasum": "1.0.0",
"sinon": "~1.12.2",
"sinon-chai": "~2.6.0"
},
"scripts": {
"test": "grunt test"
},
"contributors": [
{
"name": "Riceball LEE",
"email": "snowyu.lee@gmail.com",
"url": "https://github.com/snowyu"
}
],
"maintainers": [
{
"name": "Riceball LEE",
"email": "snowyu.lee@gmail.com"
}
],
"pre-commit": [
"test"
],
"bugs": {
"url": "https://github.com/snowyu/isdk.js/issues"
},
"license": "MIT",
"stability": "unstable"
}