-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
49 lines (49 loc) · 944 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "cram",
"version": "0.8.2",
"description": "An AMD-compatible build tool.",
"keywords": [ "cram", "curl", "cujo", "amd", "build", "bundle", "commonjs", "module" ],
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"repository": {
"type": "git",
"url": "https://github.com/cujojs/cram"
},
"bugs": "https://github.com/cujojs/cram/issues",
"maintainers": [
{
"name": "John Hann",
"web": "http://unscriptable.com"
}
],
"contributors": [
{
"name": "John Hann",
"web": "http://unscriptable.com"
},
{
"name": "Brian Cavalier",
"web": "http://hovercraftstudios.com"
}
],
"devDependencies": {
"buster": "~0.6",
"bower": ""
},
"main": "./cram.js",
"moduleType": [ "amd", "node" ],
"directories": {
"test": "test"
},
"scripts": {
"prepublish": "bower install",
"test": "buster-test"
},
"bin": {
"cram": "./bin/cram"
}
}