forked from joelrbrandt/mockfs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 721 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 721 Bytes
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
{
"name": "mockfs",
"version": "0.0.1",
"description": "",
"main": "Gruntfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/joelrbrandt/mockfs.git"
},
"author": "Joel Brandt <joelrbrandt@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/joelrbrandt/mockfs/issues"
},
"homepage": "https://github.com/joelrbrandt/mockfs",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-requirejs": "^0.4.4",
"grunt-jscs-checker": "^0.4.4",
"jscs-trailing-whitespace-in-source": "0.0.1"
}
}