forked from Munter/fusile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.57 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
{
"name": "fusile",
"version": "1.0.3",
"description": "A web asset precompiling file system proxy",
"main": "lib/index.js",
"files": [
"lib",
"bin"
],
"scripts": {
"lint": "jshint .",
"test": "npm run lint && mocha",
"coverage": "istanbul cover ./node_modules/mocha/bin/_mocha -- --reporter dot",
"travis": "npm run lint && npm run coverage"
},
"repository": {
"type": "git",
"url": "https://github.com/Munter/fusile.git"
},
"keywords": [
"fuse",
"filesystem",
"web",
"asset",
"precompiler"
],
"author": "Peter Müller <munter@fumle.dk>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Munter/fusile/issues"
},
"homepage": "https://github.com/Munter/fusile",
"bin": "bin/fusile-bin.js",
"dependencies": {
"chalk": "1.1.1",
"csserror": "1.1.2",
"errno": "0.1.4",
"fuse-bindings": "2.8.0",
"gaze": "0.5.1",
"minimatch": "2.0.10",
"minimist": "1.2.0",
"mkdirp": "0.5.1",
"rimraf": "2.4.3",
"tolk": "1.1.3",
"when": "3.7.3"
},
"devDependencies": {
"LiveScript": "1.3.1",
"babel": "5.8.23",
"coco": "0.9.1",
"coffee-script": "1.10.0",
"coveralls": "2.11.4",
"css-parse": "2.0.0",
"dogescript": "2.3.0",
"istanbul": "0.4.0",
"jshint": "2.8.0",
"less": "2.5.3",
"marked": "0.3.5",
"mocha": "2.3.3",
"mocha-lcov-reporter": "1.0.0",
"myth": "1.5.0",
"node-sass": "3.3.3",
"sinon": "1.17.2",
"stylus": "0.52.4",
"swig": "1.4.2",
"unexpected": "10.0.2",
"unexpected-sinon": "8.0.0"
}
}