-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 817 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 817 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
28
29
30
{
"name": "cfx.rollup-plugin-coffee2",
"version": "0.1.4",
"description": "rollup-plugin-coffee2",
"main": "dist/bundle.js",
"author": "FooTearth <footearth@gmail.com>",
"scripts": {
"clean": "rm -rf ./dist",
"build": "rollup -c",
"rebuild": "npm run clean; npm run build",
"dev": "rollup -c -w",
"test": "./test/index.coffee",
"postinstall": "npm run build"
},
"devDependencies": {
"ddeyes": "^0.0.4"
},
"dependencies": {
"@babel/core": "^7.0.0-beta.34",
"@babel/runtime": "^7.0.0-beta.34",
"@babel/traverse": "^7.0.0-beta.34",
"@babel/types": "^7.0.0-beta.34",
"babylon": "^6.18.0",
"cfx.babel": "^0.0.7",
"coffee-require": "^0.0.4",
"rollup": "^0.50.0",
"rollup-plugin-cleanup": "^2.0.0",
"rollup-pluginutils": "^2.0.1"
}
}