-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.27 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
{
"name": "react-gist-slideshow",
"version": "1.0.16",
"description": "react-gist-slideshow",
"main": "lib/ReactGistSlideshow.js",
"author": "Andrew Meier",
"homepage": "https://github.com/andrewjmeier/react-gist-slideshow",
"repository": {
"type": "git",
"url": "https://github.com/andrewjmeier/react-gist-slideshow.git"
},
"bugs": {
"url": "https://github.com/andrewjmeier/react-gist-slideshow/issues"
},
"dependencies": {
"classnames": "^2.1.2",
"react": "^0.13.3"
},
"devDependencies": {
"babel-eslint": "^3.1.14",
"brace": "^0.5.1",
"eslint": "^0.22.1",
"eslint-plugin-react": "^2.5.0",
"gulp": "^3.9.0",
"jquery": "^2.1.4",
"pagedown": "^1.1.0",
"react-ace": "^2.0.1",
"react-component-gulp-tasks": "^0.7.0",
"react-progressbar": "^1.1.0",
"reactify": "^1.1.1"
},
"browserify-shim": {
"react": "global:React"
},
"scripts": {
"build": "gulp clean && NODE_ENV=production gulp build",
"examples": "gulp dev:server",
"lint": "eslint ./; true",
"publish:site": "gulp publish:examples",
"release": "gulp release",
"start": "gulp dev",
"test": "echo \"no tests yet\" && exit 0",
"watch": "gulp watch:lib"
},
"keywords": [
"react",
"react-component"
]
}