-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
30 lines (30 loc) · 931 Bytes
/
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
{
"name": "vue-array",
"version": "1.0.3",
"description": "Array object operation under Vue",
"main": "index.js",
"scripts": {
"test": "mocha --recursive",
"coverage": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- --recursive -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
"cov": "istanbul cover ./node_modules/mocha/bin/_mocha -- --recursive"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BlackHole1/vue-array.git"
},
"keywords": [
"vue",
"array"
],
"author": "Black-Hole <[email protected]> (http://bugs.cc/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/BlackHole1/vue-array/issues"
},
"homepage": "https://github.com/BlackHole1/vue-array#readme",
"devDependencies": {
"coveralls": "^3.0.1",
"istanbul": "^0.4.5",
"mocha": "^5.1.0"
}
}