This repository was archived by the owner on Jul 15, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpackage.json
55 lines (55 loc) · 1.63 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
50
51
52
53
54
55
{
"name": "ghpages-workflow",
"version": "1.0.0",
"description": "",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"server": "./node_modules/.bin/hs -a localhost -p $((RANDOM + 10000)) -o",
"build": "grunt build",
"start": "npm run build; npm run server",
"deploy": "npm run build; ./deploy.sh",
"watch": "./watch.sh; npm run server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NSS-Cohort-9/ghpages-workflow.git"
},
"author": "Scott Humphries <scott@sscotth.io>",
"license": "MIT",
"bugs": {
"url": "https://github.com/NSS-Cohort-9/ghpages-workflow/issues"
},
"homepage": "https://github.com/NSS-Cohort-9/ghpages-workflow#readme",
"devDependencies": {
"babel": "^5.3.1",
"bowcat": "0.0.4",
"del": "^1.2.0",
"grunt": "^0.4.5",
"grunt-autoprefixer": "^3.0.0",
"grunt-babel": "^5.0.0",
"grunt-bower-concat": "^0.5.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-connect": "^0.10.1",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-cssmin": "^0.12.3",
"grunt-contrib-jade": "^0.14.1",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-sass": "^1.0.0",
"gulp": "^3.9.0",
"gulp-concat": "^2.5.2",
"gulp-jade": "^1.0.1",
"gulp-load-plugins": "^0.10.0",
"gulp-sass": "^2.0.1",
"gulp-sourcemaps": "^1.5.2",
"gulp-useref": "^1.2.0",
"http-server": "^0.8.0",
"jade": "jadejs/jade",
"load-grunt-tasks": "^3.2.0",
"main-bower-files": "^2.8.0",
"node-sass": "^3.1.0",
"nodemon": "^1.3.7",
"wiredep": "^2.2.2"
}
}