-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.35 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.35 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
43
44
45
46
47
48
49
50
{
"name": "os-why",
"version": "1.0.0",
"description": "Objective Subject explores the disconnection between citizens and government",
"src": {
"js": "src/js/index.jsx"
},
"build": {
"js": "build/js/index.jsx"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ObjectiveSubject/os-why.git"
},
"author": "Kirk Pettinga, Objective Subject",
"license": "ISC",
"bugs": {
"url": "https://github.com/ObjectiveSubject/os-why/issues"
},
"homepage": "https://github.com/ObjectiveSubject/os-why#readme",
"devDependencies": {
"babel-preset-es2015": "^6.24.0",
"concurrent-transform": "^1.0.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-babel": "^6.1.2",
"gulp-clean-css": "^3.0.4",
"gulp-combine-media-queries": "^0.2.0",
"gulp-concat": "^2.6.1",
"gulp-image-resize": "^0.12.0",
"gulp-imagemin": "^3.1.1",
"gulp-livereload": "^3.8.1",
"gulp-notify": "^3.0.0",
"gulp-rename": "^1.2.2",
"gulp-ruby-sass": "^2.1.1",
"gulp-sourcemaps": "^2.4.1",
"gulp-uglify": "^2.1.2",
"gulp-unretina": "^0.1.3",
"gulp-webp": "^2.3.0",
"http": "0.0.0",
"imagemin-pngquant": "^5.0.0",
"json-loader": "^0.5.4",
"os": "^0.1.1",
"st": "^1.2.0"
},
"dependencies": {}
}