Show More
Commit Description:
merge with rails7 branch
Commit Description:
merge with rails7 branch
References:
File last commit:
Show/Diff file:
Action:
node_modules/amdefine/package.json
| 16 lines
| 495 B
| application/json
| JsonLexer
|
r789 | { | |||
"name": "amdefine", | ||||
"description": "Provide AMD's define() API for declaring modules in the AMD format", | ||||
"version": "1.0.1", | ||||
"homepage": "http://github.com/jrburke/amdefine", | ||||
"author": "James Burke <jrburke@gmail.com> (http://github.com/jrburke)", | ||||
"license": "BSD-3-Clause OR MIT", | ||||
"repository": { | ||||
"type": "git", | ||||
"url": "https://github.com/jrburke/amdefine.git" | ||||
}, | ||||
"main": "./amdefine.js", | ||||
"engines": { | ||||
"node": ">=0.4.2" | ||||
} | ||||
} | ||||