-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.07 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.07 KB
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
{
"name": "vue-typing",
"version": "1.0.0",
"description": "A simple Vue.js component that simulates typing",
"author": "Josh Navi <navijoshua@gmail.com>",
"main": "dist/vue-typing.min.js",
"license": "MIT",
"scripts": {
"lint": "eslint src/**/*.vue",
"build": "poi build --format cjs",
"build:umd": "poi build --format umd",
"build:doc": "vue-styleguidist build",
"serve": "vue-styleguidist server",
"test": "poi test",
"test:watch": "poi test --watch",
"test:cov": "poi test --coverage"
},
"keywords": [
"vue",
"component"
],
"files": [
"dist/"
],
"dependencies": {
"vue": "^2.4.1"
},
"devDependencies": {
"babel-preset-es2015": "^6.24.1",
"chai": "^4.1.2",
"eslint": "^3.17.1",
"eslint-plugin-vue": "beta",
"karma-chai": "^0.1.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-phantomjs-shim": "^1.5.0",
"node-glob": "^1.2.0",
"poi": "^9.3.10",
"poi-preset-karma": "^9.1.0",
"vue-styleguidist": "^1.3.1",
"vue-webpack-loaders": "^1.0.6",
"webpack": "^3.1.0"
}
}