-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 838 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 838 Bytes
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
{
"name": "react-flux-js-lib",
"version": "0.0.1",
"description": "Client-side library for the React Flux architecture.",
"scripts": {
"start": "gulp --type production"
},
"keywords": [
"react",
"flux",
"client-side",
"dependencies",
"library",
"libraries"
],
"repository": {
"type": "git",
"url": "https://github.com/rbtech/react-flux-js-lib.git"
},
"author": "Andrew Quan",
"license": "MIT",
"devDependencies": {
"wolfy87-eventemitter": "^4.2.7",
"es5-shim": "^3.4.0",
"es6-shim": "^0.11.0",
"yargs": "^1.2.2",
"gulp": "^3.6.2",
"gulp-concat": "^2.2.0",
"gulp-if": "^1.2.0",
"gulp-util": "^2.2.14",
"gulp-uglify": "^0.3.0",
"gulp-notify": "^1.3.0",
"envify": "^1.2.1",
"react": "^0.10.0",
"gulp-strip-module": "0.0.6"
}
}