-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.43 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 1.43 KB
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
{
"name": "fordash",
"private": true,
"version": "0.0.1",
"description": "a dashboard for analyzing android data",
"directories": {
"test": "test"
},
"scripts": {
"install": "bower install && grunt build",
"test": "grunt test"
},
"config": {
"blanket": {
"loader": "./node-loaders/coffee-script",
"pattern": [
"./assets/coffee/"
]
}
},
"repository": {
"type": "git",
"url": "https://github.com/cr0/fordash"
},
"keywords": [
"forensic",
"dashboard",
"coffee"
],
"author": "Christian Roth <[email protected]> (https://github.com/cr0)",
"license": "MIT",
"readmeFilename": "README.md",
"dependencies": {
"coffee-script": "1.7.x",
"grunt": "0.4.x",
"grunt-contrib-coffee": "0.10.x",
"grunt-contrib-clean": "0.5.x",
"grunt-contrib-jade": "0.11.x",
"grunt-contrib-stylus": "0.13.x",
"grunt-bower-requirejs": "0.9.x",
"grunt-contrib-copy": "0.5.x",
"load-grunt-tasks": "0.4.x"
},
"devDependencies": {
"grunt-contrib-watch": "0.5.x",
"grunt-mocha-cov": "0.2.x",
"grunt-shell": "0.6.x",
"grunt-newer": "0.6.x",
"mocha": "1.17.x",
"chai": "1.9.x",
"coffee-coverage": "0.4.x",
"nib": "1.0.x",
"stylus": "0.42.x",
"grunt-contrib-requirejs": "0.4.x",
"grunt-contrib-connect": "0.7.x",
"connect-modrewrite": "0.6.x",
"grunt-codo": "0.1.x",
"mocha-lcov-reporter": "*"
}
}