forked from yahoo/fluxible
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.26 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
{
"name": "fluxible-repo",
"version": "1.0.0",
"private": true,
"description": "Fluxible monorepo",
"repository": {
"type": "git",
"url": "https://github.com/yahoo/fluxible"
},
"scripts": {
"test": "mocha {**,**/**}/tests/unit/ --recursive --compilers js:babel/register --reporter spec",
"cover": "istanbul cover --dir artifacts -- _mocha {**,**/**}/tests/unit/ --recursive --compilers js:babel/register --reporter spec",
"lint": "eslint .",
"postinstall": "gulp install",
"preversion": "echo \"Error: version should be called using gulp\" && exit 1"
},
"dependencies": {},
"devDependencies": {
"async": "^1.4.2",
"babel": "^5.8.23",
"babel-core": "^5.8.25",
"babel-eslint": "^4.1.0",
"chai": "^3.2.0",
"coveralls": "^2.11.1",
"eslint": "^1.3.0",
"eslint-plugin-react": "^3.3.0",
"gulp": "^3.9.0",
"istanbul": "^0.3.2",
"jsdom": "^3.1.2",
"mocha": "^2.0.1",
"mockery": "^1.4.0",
"pre-commit": "^1.0.7",
"react": "^0.14.0",
"react-addons-test-utils": "^0.14.0",
"react-dom": "^0.14.0",
"shelljs": "^0.5.3",
"yargs": "^3.27.0"
},
"pre-commit": [
"lint",
"test"
],
"author": "Michael Ridgway <[email protected]>",
"license": "BSD-3-Clause"
}