-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 898 Bytes
/
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
{
"name": "material-reddit",
"author": "Adam Edgett",
"description": "Material designed client for reddit",
"repository": {
"url": "https://github.com/adamedgett/material-reddit",
"type": "git"
},
"scripts": {
"lint": "./node_modules/.bin/eslint src/js/**/*"
},
"dependencies": {
"react": "^0.13.2"
},
"devDependencies": {
"aviator": "^0.4.4",
"babel-eslint": "^4.1.0",
"babelify": "^5.0.4",
"bower": "^1.4.1",
"browserify": "^8.1.1",
"classnames": "^1.2.1",
"eslint": "^1.2.1",
"eslint-config-airbnb": "0.0.8",
"eslint-plugin-react": "^3.2.3",
"gulp": "^3.8.1",
"gulp-compass": "^2.0.3",
"gulp-connect": "^2.2.0",
"gulp-gzip": "^1.1.0",
"gulp-minify-css": "^1.1.0",
"humps": "^0.5.1",
"lodash": "^3.5.0",
"moment": "^2.10.2",
"reqwest": "^1.1.5",
"vinyl-source-stream": "^1.0.0"
}
}