-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
77 lines (77 loc) · 1.81 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
73
74
75
76
77
{
"name": "marty-lib",
"version": "0.11.1",
"description": "A Javascript library for state management in React applications",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "[email protected]:martyjs/marty-lib.git"
},
"keywords": [
"react",
"flux"
],
"dependencies": {
"cookies-js": "^1.2.1",
"envify": "^3.4.0",
"escape-html": "^1.0.2",
"flux": "^2.0.1",
"invariant": "^2.0.0",
"lodash": "^3.5.0",
"wolfy87-eventemitter": "^4.2.11"
},
"devDependencies": {
"babel": "^5.0.9",
"babelify": "^6.0.2",
"body-parser": "^1.9.3",
"browserify": "^10.0.0",
"bundle-collapser": "^1.0.0",
"chai": "^2.0.0",
"chai-as-promised": "^5.0.0",
"cheerio": "^0.19.0",
"es6-promise": "^2.0.0",
"esprima-fb": "^12001.1.0-dev-harmony-fb",
"express": "^4.10.2",
"jquery": "^2.1.1",
"js-yaml": "^3.2.3",
"jscs": "^1.11.3",
"jsxhint": "^0.15.0",
"karma": "^0.12.24",
"karma-browserify": "^4.1.2",
"karma-chrome-launcher": "^0.1.5",
"karma-cli": "0.0.4",
"karma-firefox-launcher": "^0.1.3",
"karma-mocha": "^0.1.9",
"karma-sauce-launcher": "^0.2.10",
"karma-spec-reporter": "0.0.19",
"mocha": "^2.2.5",
"react": "^0.14.0",
"react-dom": "^0.14.0",
"semver": "^4.2.0",
"shelljs": "^0.5.0",
"sinon": "^1.10.3",
"sinon-chai": "^2.5.0",
"uglify-js": "^2.4.15",
"isomorphic-fetch": "2.1.0"
},
"author": "James Hollingworth",
"license": "MIT",
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/martyjs/marty-lib/master/LICENSE"
}
],
"bugs": {
"url": "https://github.com/martyjs/marty-lib/issues"
},
"browserify": {
"transform": [
"babelify",
"envify"
]
},
"homepage": "https://martyjs.org"
}