-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.09 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.09 KB
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
{
"name": "demigs.com",
"version": "1.0.0",
"description": "The Demigs Website",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/brandom/thedemigs.com.git"
},
"author": "Brandon Van Noy",
"license": "MIT",
"bugs": {
"url": "https://github.com/brandom/thedemigs.com/issues"
},
"homepage": "https://github.com/brandom/thedemigs.com",
"dependencies": {
"express": "^4.10.7",
"twitter": "^1.2.5"
},
"devDependencies": {
"browser-sync": "^2.7.12",
"connect-history-api-fallback": "^1.1.0",
"gulp": "^3.9.0",
"gulp-angular-templatecache": "^1.7.0",
"gulp-concat": "^2.4.3",
"gulp-debug": "^2.0.0",
"gulp-filter": "^2.0.0",
"gulp-html-replace": "^1.5.1",
"gulp-load-plugins": "^1.0.0-rc.1",
"gulp-ng-annotate": "^1.0.0",
"gulp-order": "^1.1.1",
"gulp-rev": "^5.1.0",
"gulp-uglify": "^1.2.0",
"gulp-uglifycss": "^1.0.4",
"main-bower-files": "^2.4.1",
"merge2": "^0.3.6",
"rimraf": "^2.2.8"
}
}