-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
39 lines (39 loc) · 975 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
{
"name": "Base",
"homepage": "http://mootools.net",
"version": "0.0.87",
"description": "Base of Milk, ES5, Class and pefect Utilities",
"keywords": ["framework", "ES5", "Class", "Utilities"],
"maintainers": [{
"name": "Valerio Proietti",
"email": "[email protected]",
"web": "http://mad4milk.net"
}],
"contributors": [{
"name": "Olmo Maldonano",
"web": "http://github.com/ibolmo"
}, {
"name": "Christoph Pojer",
"web": "http://cpojer.net"
}, {
"name": "Arian Stolwijk",
"web": "http://aryweb.nl"
}],
"bugs": "https://github.com/mootools/Base/issues",
"licenses": [{
"type": "MIT",
"url": "http://mootools.net/license.txt"
}],
"repositories": [{
"type": "git",
"url": "git://github.com/mootools/Base.git"
}],
"implements": ["CommonJS/Packages/1.0", "CommonJS/Modules/AsynchronousDefinition"],
"scripts": {
"build": "build"
},
"directories": {
"lib": "Source"
},
"icon": "http://mootools.net/assets/images/mootools.png"
}