UNPKG

563 BJSONView Raw
1{
2 "name": "requirejs",
3 "description": "Node adapter for RequireJS, for loading AMD modules. Includes RequireJS optimizer",
4 "version": "2.3.5",
5 "homepage": "http://github.com/jrburke/r.js",
6 "author": "James Burke <jrburke@gmail.com> (http://github.com/jrburke)",
7 "license": "MIT",
8 "repository": {
9 "type": "git",
10 "url": "https://github.com/jrburke/r.js.git"
11 },
12 "main": "./bin/r.js",
13 "bin": {
14 "r.js": "./bin/r.js",
15 "r_js": "./bin/r.js"
16 },
17 "engines": {
18 "node": ">=0.4.0"
19 }
20}