forked from vuejsdevelopers/vuejs-poster-shop
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 800 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 800 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
30
31
32
{
"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",
"eslint": "^4.19.1",
"express": "^4.14.0",
"pusher": "^1.5.1",
"pusher-js": "^4.2.2",
"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"
}
}