-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 768 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 768 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
{
"name": "PawsSignUp",
"version": "0.0.1",
"description": "A simple node server that checks if a new PAWS sign up is available.",
"main": "index.js",
"dependencies": {
"async": "^2.3.0",
"cheerio": "^0.22.0",
"express": "^4.15.2",
"feedparser": "^2.2.0",
"lodash": "^4.17.4",
"pug": "^2.0.0-beta11",
"request": "^2.81.0",
"socket.io": "^2.0.4"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-jshint": "^2.0.4",
"jshint": "^2.9.4",
"jshint-stylish": "^2.2.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rumit91/PawsSignUp.git"
},
"scripts": {
"start": "node index.js"
},
"author": "Timur Aleshin",
"homepage": "https://github.com/rumit91/pawssignup#readme"
}