-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
34 lines (34 loc) · 874 Bytes
/
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
{
"name": "fixture-factory",
"version": "1.5.1",
"description": "Factory for faker.js fixture generator",
"license": "MIT",
"author": "Peter Kaleta <peter.kaleta@x-team.com> (http://peterkaleta.com)",
"main": "dist/index.js",
"scripts": {
"test": "make lint && make test"
},
"repository": {
"type": "git",
"url": "https://github.com/colonyamerican/fixture-factory.git"
},
"dependencies": {
"faker": "^3.0.1",
"babel": "^5.8.21",
"babel-core": "^5.8.22",
"babel-eslint": "^4.0.10",
"babel-loader": "^5.3.2",
"babel-runtime": "^5.8.20",
"path": "^0.11.14",
"lodash": "^3.10.1",
"webpack": "^1.11.0",
"chai": "^3.2.0",
"eslint": "^1.2.1",
"mocha": "^2.2.5",
"mocha-babel": "^3.0.0",
"sinon": "^1.10.3",
"sinon-chai": "^2.6.0",
"chai": "^1.9.2",
"chai-things": "^0.2.0"
}
}