-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
31 lines (31 loc) · 941 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
{
"name": "meteor-vue-boilerplate",
"version": "0.0.1",
"description": "A boilerplate for Meteor + Vue",
"main": "index.js",
"scripts": {
"start": "cd src && npm start",
"install": "cd src && meteor npm install",
"build": "cd src && meteor build --directory ../ && cd ../bundle/programs/server && npm install",
"lint": "cd src && npm run lint",
"pretest": "cd src && npm run pretest",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chris-visser/meteor-vue-boilerplate.git"
},
"keywords": [
"meteor",
"vue",
"boilerplate"
],
"author": "Chris Visser - Cloudspider",
"license": "ISC",
"bugs": {
"url": "https://github.com/chris-visser/meteor-vue-boilerplate/issues"
},
"homepage": "https://github.com/chris-visser/meteor-vue-boilerplate#readme",
"devDependencies": {},
"dependencies": {}
}