forked from Lessig2016/lessigram
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 1.05 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
{
"name": "lessigram",
"version": "1.0.0",
"description": "A social media image decorator for Lessig 2016",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "./node_modules/eslint/bin/eslint.js",
"gulp": "./node_modules/.bin/gulp",
"start": "npm run gulp"
},
"author": "Dave Furfero <[email protected]>",
"license": "AGPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/Lessig2016/lessigram.git"
},
"devDependencies": {
"babel-core": "^5.8.23",
"babel-eslint": "^4.1.3",
"babelify": "^6.3.0",
"browserify": "^11.1.0",
"del": "^2.0.2",
"eslint": "^1.5.0",
"eslint-config-airbnb": "0.0.8",
"gulp": "^3.9.0",
"gulp-connect": "^2.2.0",
"gulp-jade": "^1.1.0",
"gulp-stylus": "^2.0.6",
"nib": "^1.1.0",
"require-dir": "^0.3.0",
"run-sequence": "^1.1.2",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"classnames": "^2.1.3",
"react": "^0.13.3",
"react-bootstrap": "^0.25.2"
}
}