UNPKG

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