-
Notifications
You must be signed in to change notification settings - Fork 869
/
package.json
39 lines (39 loc) · 928 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
{
"name": "vuejs-poster-shop",
"version": "1.1.0",
"description": "Ultimate Vue.js Developers Course - Vue.js Poster Shop",
"main": "index.js",
"scripts": {
"start": "nodemon ./index.js --ignore node_modules/ -e js,html,css"
},
"author": "Anthony Gore <anthony@vuejsdevelopers.com>",
"repository": {
"type": "git",
"url": "https://github.com/vuejsdevelopers/vuejs-poster-shop"
},
"engines": {
"node": ">=6.4"
},
"homepage": "http://vuejs-poster-shop.vuejsdevelopers.com/",
"keywords": [
"vue",
"vue.js",
"course",
"node"
],
"license": "UNLICENSED",
"dependencies": {
"axios": "~0.15.2",
"body-parser": "~1.18.2",
"dotenv": "~2.0.0",
"express": "~4.16.3",
"querystring": "~0.2.0",
"scrollmonitor": "~1.2.0",
"vue": "~2.1.0",
"vue-resource": "~1.0.3"
},
"devDependencies": {
"nodemon": "~1.11.0",
"reload": "~2.4.0"
}
}