forked from fightforthefuture/old.fightforthefuture.org
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
64 lines (64 loc) · 1.77 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
56
57
58
59
60
61
62
63
64
{
"name": "fftf-org",
"version": "0.2.1",
"description": "Primary website for Fight for the Future",
"main": "app",
"license": "GPL-3.0",
"contributors": [
"Aki Rose <[email protected]> (https://github.com/gesa/)",
"Jeff Lyon",
"Vasjen Katro",
"Holmes Wilson",
"Tiffiniy Cheng",
"Sarah Roth Gaudette",
"Evan Greer",
"Lizzy Jean"
],
"engines": {
"node": "^6"
},
"private": true,
"repo": "fightforthefuture/fightforthefuture.github.io",
"scripts": {
"preinstall": "gem install bundler",
"postinstall": "bundle",
"prestart": "grunt concurrent:external_scripts",
"start": "grunt",
"test": "grunt test",
"verbose": "grunt build -vvv",
"build": "grunt build",
"predeploy": "node scripts/generate_fp_token.js",
"deploy": "scripts/deploy-ghpages.sh",
"review": "grunt review",
"postreview": "node scripts/review-apps"
},
"dependencies": {
"autoprefixer": "^6.7.7",
"aws-sdk": "^2.39.0",
"cssnano": "^3.10.0",
"express": "^4.15.2",
"grunt": "^1.0.1",
"grunt-cdnify": "^1.0.2",
"grunt-cli": "^1.2.0",
"grunt-concurrent": "^2.3.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-less": "^1.4.1",
"grunt-contrib-uglify": "^2.3.0",
"grunt-execute": "taoeffect/grunt-execute#c0d49ef2d63800ffc4748c2ac2db40ecd6dd3793",
"grunt-jekyll": "^0.4.6",
"grunt-postcss": "^0.8.0",
"habitat": "^3.1.2",
"jit-grunt": "^0.10.0",
"js-yaml": "^3.8.3",
"request": "^2.81.0",
"smoothscroll": "^0.3.0",
"time-grunt": "^1.4.0",
"uglify-save-license": "^0.4.1"
},
"devDependencies": {
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-watch": "^1.0.0"
}
}