UNPKG

773 BJSONView Raw
1{
2 "name": "almond",
3 "description": "A minimal AMD API implementation for use in optimized browser builds.",
4 "version": "0.3.0",
5 "homepage": "http://github.com/jrburke/almond",
6 "author": "James Burke <jrburke@gmail.com> (http://github.com/jrburke)",
7 "repository": {
8 "type": "git",
9 "url": "git://github.com/jrburke/almond.git"
10 },
11 "licenses": [
12 {
13 "type": "BSD",
14 "url": "https://github.com/jrburke/almond/blob/master/LICENSE"
15 },
16 {
17 "type": "MIT",
18 "url": "https://github.com/jrburke/almond/blob/master/LICENSE"
19 }
20 ],
21 "main": "almond.js",
22 "engines": {
23 "node": ">=0.4.0"
24 },
25 "devDependencies": {
26 "connect": "*"
27 }
28}