-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (61 loc) · 1.45 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
{
"name": "react-sidetap",
"description": "create sidetap menus",
"version": "0.0.1",
"homepage": "http://github.com/wearefractal/react-sidetap",
"repository": {
"type": "git",
"url": "git://github.com/wearefractal/react-sidetap.git"
},
"author": "Fractal <[email protected]> (http://wearefractal.com/)",
"main": "./src/index.js",
"keywords": [
"css",
"react-component",
"viewport",
"react",
"mobile",
"media queries",
"respond",
"media query",
"matchMedia",
"sidetap",
"component"
],
"dependencies": {
"react": "^0.12.0"
},
"devDependencies": {
"browserify": "^5.8.0",
"ecstatic": "^0.5.4",
"gulp": "^3.8.6",
"gulp-autowatch": "0.0.1",
"gulp-cached": "^1.0.1",
"gulp-gh-pages": "^0.3.3",
"gulp-jshint": "^1.7.1",
"gulp-livereload": "^2.1.0",
"gulp-sourcemaps": "^1.1.0",
"jshint": "^2.4.1",
"jshint-stylish": "^0.4.0",
"merge-stream": "^0.1.5",
"mocha": "^1.20.1",
"reactify": "^0.14.0",
"should": "^4.0.4",
"vinyl-buffer": "0.0.0",
"vinyl-source-stream": "^0.1.1",
"watchify": "^1.0.0"
},
"scripts": {
"lint": "jshint ./src --reporter node_modules/jshint-stylish/stylish.js --exclude node_modules",
"test": "npm run-script lint"
},
"engines": {
"node": ">= 0.10"
},
"licenses": [
{
"type": "MPL",
"url": "http://github.com/wearefractal/react-sidetap/raw/master/LICENSE"
}
]
}