-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.28 KB
/
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
40
41
42
43
44
45
46
47
48
49
{
"name": "WeatherApp",
"version": "0.0.1",
"description": "Sample app using PlatypusTS (getplatypi.com)",
"main": "server/server.js",
"private": false,
"author": {
"name": "Donald Jones",
"email": "[email protected]"
},
"scripts": {
"postinstall": "node node_modules/grunt-cli/bin/grunt install"
},
"dependencies": {
"body-parser": "latest",
"compression": "latest",
"connect-mongo": "latest",
"cookie-parser": "latest",
"crypto": "latest",
"ejs": "latest",
"express": "latest",
"express-session": "latest",
"lusca": "latest",
"mongoose": "latest",
"morgan": "latest",
"request": "latest",
"es6-promise": "latest"
},
"devDependencies": {
"browserify": "latest",
"deamdify": "latest",
"grunt": "latest",
"grunt-browserify": "latest",
"grunt-cli": "latest",
"grunt-concurrent": "latest",
"grunt-contrib-clean": "latest",
"grunt-contrib-copy": "latest",
"grunt-contrib-cssmin": "latest",
"grunt-contrib-less": "latest",
"grunt-contrib-uglify": "latest",
"grunt-contrib-watch": "latest",
"grunt-exorcise": "latest",
"grunt-nodemon": "latest",
"grunt-shell": "latest",
"grunt-tslint": "latest",
"grunt-typescript": "latest",
"tsd": "latest"
}
}