forked from smashingboxes/maestro
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 746 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 746 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
28
29
{
"name": "maestro",
"version": "1.1.0",
"description": "The crispymtn music player for your local office.",
"homepage": "http://maestromakesyou.dance",
"repository": "git@github.com:smashingboxes/maestro.git",
"main": "index.coffee",
"author": "Brandon Mathis",
"license": "MIT",
"scripts": {
"test": "coffeelint . && mocha",
"start": "coffee index.coffee"
},
"dependencies": {
"apiserver": "^0.3.1",
"codeclimate-test-reporter": "^0.3.1",
"coffee-script": "^1.8.0",
"cron": "^1.0.9",
"lodash": "^3.10.1",
"node-persist": "0.0.2"
},
"devDependencies": {
"coffee-coverage": "^1.0.1",
"istanbul": "^0.4.2",
"mocha": "^2.4.5",
"chai": "^3.5.0",
"sinon": "^1.17.3"
}
}