forked from Michelee/poster-store
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 727 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 727 Bytes
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
{
"name": "vuejs-poster-shop",
"version": "1.0.0",
"description": "Ultimate Vue.js Developers Course",
"main": "index.js",
"scripts": {
"start": "nodemon ./index.js --ignore node_modules/ -e js,html,css"
},
"author": "Anthony Gore <info@getjsdojo.com>",
"repository" : {
"type" : "git",
"url" : "https://github.com/vuejsdevelopers/vuejs-poster-shop"
},
"license": "UNLICENSED",
"dependencies": {
"axios": "^0.15.2",
"body-parser": "^1.15.2",
"dotenv": "^2.0.0",
"express": "^4.14.0",
"querystring": "^0.2.0",
"scrollmonitor": "^1.2.0",
"vue": "^2.1.0",
"vue-resource": "^1.0.3"
},
"devDependencies": {
"nodemon": "^1.11.0",
"reload": "^1.1.0"
}
}