UNPKG

897 BJSONView Raw
1{
2 "name": "mock-fs",
3 "description": "Mock fs implementation for testing",
4 "version": "0.7.0",
5 "main": "lib/index.js",
6 "homepage": "https://github.com/tschaub/mock-fs",
7 "author": {
8 "name": "Tim Schaub",
9 "url": "http://tschaub.net/"
10 },
11 "repository": {
12 "type": "git",
13 "url": "git://github.com/tschaub/mock-fs.git"
14 },
15 "bugs": {
16 "url": "https://github.com/tschaub/mock-fs/issues"
17 },
18 "licenses": [
19 {
20 "type": "MIT",
21 "url": "http://tschaub.mit-license.org/"
22 }
23 ],
24 "scripts": {
25 "test": "grunt --stack test",
26 "start": "grunt --stack start"
27 },
28 "devDependencies": {
29 "grunt-cli": "~0.1.11",
30 "grunt-contrib-jshint": "~0.7.2",
31 "grunt-cafe-mocha": "~0.1.9",
32 "grunt": "~0.4.1",
33 "chai": "~1.8.1",
34 "grunt-contrib-watch": "~0.5.3",
35 "grunt-newer": "~0.6.0"
36 },
37 "dependencies": {
38 "rewire": "~2.0.0"
39 }
40}