-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 893 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
{
"name": "espresso",
"version": "1.0.0",
"title": "espresso",
"description": "Espresso library for OOP design patterns.",
"homepage": "http://peteromano.github.com/espresso/",
"keywords": ["espresso", "jetfuel", "jetrunner"],
"author": {
"name": "Pete Romano",
"email": "[email protected]",
"website": "http://peteromano.net"
},
"main": "./espresso",
"dependencies": {
"jquery": ">=1.7.0"
},
"repository": {
"type": "git",
"url": "https://github.com/peteromano/espresso"
},
"bugs": {
"url": "https://github.com/peteromano/espresso/issues"
},
"license": "MIT",
"engines": {
"node": ">= 0.6.0"
},
"jam": {
"dependencies": {
"jquery": ">=1.7.0"
},
"main": "espresso.compressed.js",
"include": [
"espresso.js",
"espresso.compressed.js",
"README.md",
"LICENSE-MIT"
]
}
}