This repository has been archived by the owner on Dec 26, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 152
/
package.json
60 lines (60 loc) · 1.52 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "vueify",
"version": "9.4.1",
"description": "Vue component transform for Browserify",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/vuejs/vueify"
},
"keywords": [
"vue",
"browserify"
],
"author": "Evan You",
"license": "MIT",
"bugs": {
"url": "https://github.com/vuejs/vueify/issues"
},
"scripts": {
"test": "eslint index.js lib && mocha test/test.js --slow=5000 --timeout=10000"
},
"homepage": "https://github.com/vuejs/vueify",
"dependencies": {
"chalk": "^1.1.1",
"convert-source-map": "^1.2.0",
"cssnano": "^3.3.2",
"hash-sum": "^1.0.2",
"lru-cache": "^4.0.0",
"object-assign": "^4.0.1",
"postcss": "^5.0.10",
"postcss-selector-parser": "^2.0.0",
"source-map": "^0.5.6",
"through": "^2.3.6",
"json5": "^0.5.1",
"vue-hot-reload-api": "^2.0.1",
"vue-template-compiler": "^2.0.0-alpha.8",
"vue-template-es2015-compiler": "^1.2.2"
},
"devDependencies": {
"babel-core": "^6.0.0",
"babel-plugin-transform-runtime": "^6.0.0",
"babel-preset-es2015": "^6.0.0",
"babel-runtime": "^6.0.0",
"browserify": "^13.0.1",
"chai": "^3.5.0",
"coffee-script": "^1.10.0",
"eslint": "^2.13.0",
"eslint-config-vue": "^1.0.3",
"eslint-plugin-html": "^1.5.3",
"jade": "^1.11.0",
"jsdom": "^9.2.1",
"less": "^2.5.1",
"mkdirp": "^0.5.1",
"mocha": "^2.3.3",
"node-sass": "^3.3.3",
"pug": "^2.0.0-alpha6",
"rimraf": "^2.5.2",
"stylus": "^0.52.4"
}
}