-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 940 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 940 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
33
34
35
{
"name": "psychology-blog-prototype",
"version": "0.0.1",
"description": "Prototype for untitled psychology blog",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./index.js",
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SiAdcock/psychology-blog-prototype.git"
},
"author": "@SiAdcock",
"license": "ISC",
"bugs": {
"url": "https://github.com/SiAdcock/psychology-blog-prototype/issues"
},
"homepage": "https://github.com/SiAdcock/psychology-blog-prototype#readme",
"dependencies": {
"express": "^4.13.3",
"normalize.scss": "^0.1.0",
"serve-favicon": "^2.3.0",
"serve-static": "^1.10.0",
"susy": "^2.2.6"
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-load-plugins": "^1.0.0",
"gulp-sass": "^2.1.0",
"nodemon": "^1.8.0",
"shelljs": "^0.5.3"
}
}