UNPKG

1.03 kBJSONView Raw
1{
2 "name": "@curi/vue",
3 "version": "1.0.0-beta.33",
4 "description": "Curi plugins and components for Vue.js",
5 "main": "dist/curi-vue.js",
6 "module": "dist/curi-vue.es.js",
7 "files": [
8 "dist",
9 "LICENSE",
10 "*.md"
11 ],
12 "sideEffects": false,
13 "scripts": {
14 "prebuild": "rimraf dist && rimraf types",
15 "build": "rollup -c",
16 "coverage": "jest --coverage",
17 "prepare": "npm run build",
18 "test": "npm run test:source && npm run test:cjs && npm run test:umd",
19 "test:cjs": "TEST_ENV=cjs jest",
20 "test:source": "jest",
21 "test:umd": "TEST_ENV=umd jest"
22 },
23 "repository": {
24 "type": "git",
25 "url": "https://github.com/pshrmn/curi/tree/master/packages/vue"
26 },
27 "keywords": [
28 "Curi",
29 "Vue",
30 "navigation",
31 "router"
32 ],
33 "author": "Paul Sherman",
34 "license": "MIT",
35 "peerDependencies": {
36 "vue": "^2.5.2"
37 },
38 "dependencies": {
39 "@curi/types": "^2.0.0-beta.1",
40 "@hickory/root": "^2.0.0-beta.11"
41 },
42 "gitHead": "b3252c99fb176f4b4b32423d1cc58c8c745e3917"
43}