-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.13 KB
/
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
41
42
43
44
45
{
"name": "vtp",
"version": "0.0.3",
"description": "vue template parser",
"main": "dist/vtp.js",
"bin": {
"vtp": "./bin/index.js"
},
"scripts": {
"build": "rollup -w -c rollup/config.main.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tjwyz/vtp.git"
},
"author": "tjwyz",
"license": "MIT",
"bugs": {
"url": "https://github.com/tjwyz/vtp/issues"
},
"homepage": "https://github.com/tjwyz/vtp#readme",
"dependencies": {
"autoprefixer": "^8.1.0",
"chalk": "^2.3.2",
"chokidar": "^2.0.2",
"clean-css": "^4.1.11",
"colors": "^1.2.1",
"commander": "^2.15.0",
"diff": "^3.5.0",
"ejs": "^2.5.7",
"js-beautify": "^1.7.5",
"postcss": "^6.0.20",
"precss": "^3.1.2",
"rd": "^1.1.2",
"readdir-recursive": "0.0.4",
"shelljs": "^0.8.1",
"time-stamp": "^2.0.0",
"uglify-js": "^3.3.16",
"uuid": "^3.2.1"
},
"devDependencies": {
"rollup": "^0.55.2",
"rollup-plugin-buble": "^0.19.1"
}
}