forked from tanem/recast-deamdify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 878 Bytes
/
package.json
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
40
{
"name": "recast-deamdify",
"version": "1.1.0",
"description": "Transform AMD modules to CommonJS using recast.",
"main": "index.js",
"bin": "bin/cmd.js",
"dependencies": {
"lodash.compose": "^2.4.1",
"lodash.zip": "^3.0.0",
"minimist": "^1.1.1",
"mkdirp": "^0.5.0",
"readdirp": "^1.3.0",
"recast": "^0.10.0",
"through": "^2.3.6"
},
"devDependencies": {
"glob": "^4.4.1",
"rimraf": "^2.3.2",
"tape": "^3.5.0"
},
"scripts": {
"test": "tape test/recast-deamdify.test.js"
},
"repository": {
"type": "git",
"url": "git://github.com/tanem/recast-deamdify.git"
},
"homepage": "https://github.com/tanem/recast-deamdify",
"keywords": [
"transform",
"amd",
"require",
"commonjs"
],
"author": {
"name": "Tane Morgan",
"url": "http://github.com/tanem"
},
"license": "MIT"
}