-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
36 lines (35 loc) · 833 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
{
"name": "amd-feature",
"version": "1.1.0",
"description": "A loader plugin for AMD loaders",
"main": "feature",
"keywords": [
"AMD", "module", "feature"
],
"author": "jensarps <mail@jensarps.de> (http://jensarps.de/)",
"repository": "git://github.com/jensarps/AMD-feature.git",
"homepage": "https://github.com/jensarps/AMD-feature",
"bugs": {
"url": "https://github.com/jensarps/AMD-feature/issues",
"email": "mail@jensarps.de"
},
"dependencies": {
},
"devDependencies": {
},
"licenses": [
{
"type": "BSD",
"url": "https://github.com/jensarps/AMD-feature/blob/master/LICENSE#L6"
},
{
"type": "MIT",
"url": "https://github.com/jensarps/AMD-feature/blob/master/LICENSE#L35"
}
],
"scripts": {
},
"jam": {
"include": ["feature.js"]
}
}