forked from jamesshore/lets_code_javascript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.1 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.1 KB
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": "requirejs",
"description": "Node adapter for RequireJS, for loading AMD modules. Includes RequireJS optimizer",
"version": "2.1.9",
"homepage": "http://github.com/jrburke/r.js",
"author": {
"name": "James Burke",
"email": "[email protected]",
"url": "http://github.com/jrburke"
},
"licenses": [
{
"type": "BSD",
"url": "https://github.com/jrburke/r.js/blob/master/LICENSE"
},
{
"type": "MIT",
"url": "https://github.com/jrburke/r.js/blob/master/LICENSE"
}
],
"repository": {
"type": "git",
"url": "https://github.com/jrburke/r.js.git"
},
"main": "./bin/r.js",
"bin": {
"r.js": "./bin/r.js"
},
"engines": {
"node": ">=0.4.0"
},
"readme": "# requirejs\n\nRequireJS for use in Node. includes:\n\n* r.js: the RequireJS optimizer, and AMD runtime for use in Node.\n* require.js: The browser-based AMD loader.\n\nMore information at http://requirejs.org\n\n",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/jrburke/r.js/issues"
},
"_id": "[email protected]",
"_from": "requirejs@~2.1"
}