-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathpackage.json
67 lines (67 loc) · 1.73 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
63
64
65
66
67
{
"name": "react-components",
"version": "1.0.0",
"private": true,
"description": "Searchable repository of React-components",
"main": "index.js",
"scripts": {
"fetch:database": "echo Fetching database. Please wait. && node cron/fetch-components.js && echo Database downloaded.",
"test": "node test/*.test.js"
},
"repository": {
"type": "git",
"url": "[email protected]:vaffel/react-components.git"
},
"keywords": [
"react",
"components",
"repository",
"registry"
],
"browser": {
"request": "xhr",
"app/stores/components-store": "app/stores/components-store.browser",
"lodash": "./public/js/lodash.min"
},
"author": "Espen Hovlandsdal <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/vaffel/react-components/issues"
},
"homepage": "https://github.com/vaffel/react-components",
"dependencies": {
"JSONStream": "^0.9.0",
"async": "^0.9.0",
"debug": "^2.2.0",
"event-stream": "^3.1.7",
"github": "^0.2.1",
"gulp": "^3.8.7",
"gulp-gzip": "^1.2.0",
"gulp-less": "^1.3.5",
"gulp-rimraf": "^0.1.0",
"gulp-util": "^3.0.0",
"gulp-webpack": "^0.3.0",
"hapi": "^6.5.1",
"hiredis": "^0.4.1",
"jsx-loader": "^0.11.0",
"lodash": "^2.4.1",
"lru-cache": "^2.5.0",
"lunr": "^0.5.5",
"marked": "^0.3.2",
"moment": "^2.8.2",
"node-jsx": "^0.11.0",
"react": "^0.11.1",
"redis": "^0.12.1",
"reflux": "^0.1.7",
"request": "^2.40.0",
"webpack": "^1.3.3-beta2",
"winston": "^0.8.3",
"winston-pushover": "^0.1.7",
"xhr": "^1.15.0"
},
"devDependencies": {
"gulp-sourcemaps": "^1.1.1",
"gulp-livereload": "^2.1.1",
"webpack-dev-server": "^1.4.10"
}
}