-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 709 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 709 Bytes
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
{
"name": "babel-plugin-module-deps",
"version": "0.1.1",
"description": "Babel plugin to annotate CJS modules with what they require",
"main": "index.js",
"scripts": {
"prepare": "coffee --bare -c index.coffee"
},
"repository": {
"type": "git",
"url": "git+https://github.com/edemaine/babel-plugin-module-deps.git"
},
"author": {
"name": "Erik Demaine",
"email": "edemaine@mit.edu",
"url": "http://erikdemaine.org/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/edemaine/babel-plugin-module-deps/issues"
},
"homepage": "https://github.com/edemaine/babel-plugin-module-deps#readme",
"devDependencies": {
"coffeescript": "^2.7.0"
}
}