This repository has been archived by the owner on Jul 7, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathpackage.json
72 lines (72 loc) · 1.58 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
68
69
70
71
72
{
"name": "fluxthis",
"version": "3.1.2",
"description": "AddThis Flux Framework",
"main": "build/FluxThis.js",
"license": "Apache-2.0",
"homepage": "https://fluxthis.io",
"author": {
"name": "Jake Scott",
"email": "[email protected]"
},
"contributors": [
{
"name": "Josh Horwitz",
"email": "[email protected]"
}
],
"directories": {
"install": "gulp build-dev",
"test": "babel-node test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/addthis/fluxthis"
},
"scripts": {
"test": "gulp test"
},
"keywords": [
"Flux",
"fluxthis",
"React",
"AddThis"
],
"peerDependencies": {
"immutable": "^3.7.1"
},
"devDependencies": {
"babel": "^5.0.8",
"babel-core": "^5.0.8",
"babel-eslint": "^4.1.7",
"babel-loader": "^5.1.3",
"babel-runtime": "^5.4.5",
"body-parser": "^1.12.3",
"create-react-class": "^15.6.2",
"express": "^4.12.4",
"gulp": "^3.9.0",
"gulp-clean": "0.3.1",
"gulp-eslint": "0.12.0",
"gulp-express": "0.3.5",
"gulp-mocha-phantomjs": "^0.12.2",
"gulp-util": "^3.0.5",
"gulp-webpack": "^1.3.1",
"immutable": "^3.8.2",
"mocha": "^2.2.4",
"mocha-phantomjs": "3.5.3",
"phantomjs": "^1.9.17",
"react": "^16.1.1",
"react-dom": "^16.1.1",
"run-sequence": "^1.1.0",
"should": "^6.0.1",
"uglify-save-license": "^0.4.1",
"webpack": "^1.8.9"
},
"dependencies": {
"invariant": "^2.0.0",
"path-to-regexp": "^1.2.0",
"proptypes": "^0.14.3",
"qs": "^6.5.1",
"warning": "^1.0.1"
}
}