-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 940 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
38
39
40
{
"name": "veb-subscribe",
"version": "1.0.1",
"description": "Use Meteor Tracker reactivity inside Vue components",
"main": "index.js",
"scripts": {
"compile": "babel --presets es2015 -d lib/ src/",
"prepublish": "npm run compile",
"dev": "npm-watch"
},
"watch": {
"compile": "src/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Akryum/vue-meteor-integration.git"
},
"keywords": [
"vue",
"meteor",
"integration",
"tracker",
"reactivity"
],
"author": "Nizul Zaim",
"license": "ISC",
"bugs": {
"url": "https://github.com/DevsignStudio/veb-subscribe/issues"
},
"homepage": "https://github.com/DevsignStudio/veb-subscribe#readme",
"dependencies": {
"lodash": "^4.5.0",
"socket.io-client": "^2.0.2"
},
"devDependencies": {
"babel-cli": "^6.14.0",
"babel-preset-es2015": "^6.14.0",
"npm-watch": "^0.1.6"
}
}