-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
45 lines (45 loc) · 1.41 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": "point-vue-cron",
"version": "1.1.1",
"description": "point-vue-cron",
"main": "build/cron.min.js",
"scripts": {
"dev": "cooking watch -p -c /config/cooking.dev.js",
"dist": "cooking build -p -c /config/cooking.dev.js",
"build": "cooking build -p -c /config/cooking.build.js",
"npm": "npm run build && npm run dist && git add . && git commit -m build && npm version patch && npm publish && git push && git push origin --tags && git subtree push --prefix=dist origin gh-pages",
"gh": "npm run dist && git add . && git commit -m gh-pages && git push && git subtree push --prefix=dist origin gh-pages"
},
"author": "point",
"repository": {
"type": "git",
"url": "git@github.com:pointworld/point-vue-cron.git"
},
"homepage": "https://pointworld.github.io/point-vue-cron/",
"keywords": [
"cron",
"vue",
"vuecron"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/pointworld/point-vue-cron/issues"
},
"dependencies": {
"babel-polyfill": "^6.26.0",
"babel-runtime": "^6.26.0",
"element-ui": "^1.4.13",
"vue": "^2.5.9"
},
"devDependencies": {
"cooking": "^1.5.4",
"cooking-autoprefixer": "^1.0.0",
"cooking-cli": "^1.5.5",
"cooking-less": "^1.0.5",
"cooking-vue2": "^0.3.3",
"hoek": "^5.0.3",
"json-stable-stringify": "^1.0.1",
"vue-template-compiler": "^2.5.9",
"webpack-node-externals": "^1.7.2"
}
}