-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 969 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": "mwc-mixin",
"version": "2.0.0",
"description": "Meteor Polymer Data Mixin",
"main": "src/mwc-mixin.js",
"scripts": {
"compile": "babel --presets es2015 -d dist/ src/",
"pack": "npm run compile && npm run meteor_publish",
"meteor_publish": "meteor publish && git add -A && git commit -m 'versions' && git push",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/meteorwebcomponents/mixin.git"
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-preset-es2015": "^6.18.0",
"xo": "^0.17.0"
},
"keywords": [
"meteor",
"polymer",
"mixin",
"webcomponents",
"data"
],
"author": "Arun Kumar T K (@aruntk)",
"license": "MIT",
"bugs": {
"url": "https://github.com/meteorwebcomponents/mixin/issues"
},
"homepage": "https://github.com/meteorwebcomponents/mixin#readme",
"xo": {
"space": true
}
}