-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
37 lines (37 loc) · 975 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
31
32
33
34
35
36
37
{
"name": "vue-rut",
"version": "2.0.2",
"description": "Chilean Rut component for Vue",
"main": "dist/vue-rut.js",
"scripts": {
"test": "karma start test/karma.conf.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/isaiascardenas/vue-rut.git"
},
"keywords": [
"rut"
],
"author": "Isaias Cardenas <isaias.cardenas@usach.cl>",
"license": "ISC",
"bugs": {
"url": "https://github.com/isaiascardenas/vue-rut/issues"
},
"homepage": "https://github.com/isaiascardenas/vue-rut#readme",
"devDependencies": {
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.18.0",
"jasmine-core": "^2.5.2",
"karma": "^1.3.0",
"karma-jasmine": "^1.1.0",
"karma-mocha-reporter": "^2.2.1",
"karma-phantomjs-launcher": "^1.0.0",
"karma-webpack": "^1.8.1",
"mocha": "^2.5.3",
"phantomjs-prebuilt": "^2.1.7",
"vue": "^2.0.1",
"webpack": "^1.14.0"
}
}