forked from ForbesLindesay-Unmaintained/transform
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 702 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 702 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
27
{
"name": "transform",
"version": "1.1.2",
"description": "The ultimate transformation/build/compilation middleware/command line/etc. system for node.js",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/ForbesLindesay/transform"
},
"author": "ForbesLindesay",
"license": "MIT",
"readmeFilename": "README.md",
"gitHead": "4a11abbfb88bfb4d85107cc1fa4e876564815ef6",
"dependencies": {
"transformers": "~2.1.0",
"callsite": "~1.0.0",
"resolve": "~0.5.1",
"promise": "~3.2.0",
"ms": "~0.6.0"
},
"devDependencies": {
"express": "~3.1.1"
}
}