-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1.23 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
{
"name": "solidarity",
"version": "0.0.0",
"devDependencies": {
"connect-livereload": "^0.5.3",
"grunt": "^0.4.5",
"grunt-build-control": "^0.6.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-connect": "^0.11.2",
"grunt-contrib-copy": "^0.8.1",
"grunt-contrib-cssmin": "^0.14.0",
"grunt-contrib-htmlmin": "^0.5.0",
"grunt-contrib-imagemin": "^1.0.0",
"grunt-contrib-jshint": "^0.11.3",
"grunt-contrib-jst": "^0.6.0",
"grunt-contrib-uglify": "^0.9.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-open": "^0.2.3",
"grunt-rev": "^0.1.0",
"grunt-sass": "^1.1.0-beta",
"grunt-usemin": "^3.1.1",
"jshint-stylish": "^2.0.1",
"load-grunt-tasks": "^3.3.0",
"serve-static": "^1.10.0",
"time-grunt": "^1.0.0"
},
"engines": {
"node": ">=4.0.0"
},
"description": "Stories of Solidarity - a social media platform that encourages workers in the low-wage, precarious workforce to build new forms of solidarity.",
"repository": {
"type": "git",
"url": "git+https://github.com/storiesofsolidarity/website-frontend.git"
},
"author": "Josh Levinger <[email protected]>",
"homepage": "https://www.storiesofsolidarity.org/"
}