-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
44 lines (44 loc) · 1.19 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
{
"name": "vue-material",
"version": "0.0.14",
"description": "Material-design components built with pure Vue.js",
"main": "dist/vue-material.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config build/webpack.build.dev.config.js & webpack --config build/webpack.build.prod.config.js",
"doc": "webpack --watch --config build/webpack.dev.js",
"pub": "npm run build && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ElvisKang/vue-material.git"
},
"keywords": [
"vue",
"material",
"vue-material"
],
"author": "elviskang",
"license": "MIT",
"bugs": {
"url": "https://github.com/ElvisKang/vue-material/issues"
},
"homepage": "https://github.com/ElvisKang/vue-material#readme",
"dependencies": {
"node-waves": "^0.7.4"
},
"devDependencies": {
"babel-core": "^5.8.25",
"babel-loader": "^5.3.2",
"babel-runtime": "^5.8.25",
"css-loader": "^0.19.0",
"style-loader": "^0.12.4",
"vue-html-loader": "^1.0.0",
"vue-loader": "^4.0.5",
"webpack": "^1.12.2",
"webpack-dev-server": "^1.12.1"
}
}