-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
31 lines (31 loc) · 878 Bytes
/
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
{
"name": "hiphonix",
"version": "1.2.0",
"description": "The hi-fi hub for the audiophile http://www.hiphonix.com",
"main": "hiphonix",
"directories": {
"test": "test"
},
"scripts": {
"test": "npm run test:mock",
"test:mock": "mocha --compilers js:babel-core/register test/index.js",
"test:live": "mocha --compilers js:babel-core/register test/index.js --live"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dermidgen/hiphonix.git"
},
"author": "good.midget@gmail.com",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/dermidgen/hiphonix/issues"
},
"homepage": "https://github.com/dermidgen/hiphonix#readme",
"devDependencies": {
"babel-core": "^6.17.0",
"babel-preset-es2015": "^6.16.0",
"mocha": "^3.1.0",
"mock-socket": "^5.0.1",
"ws": "^1.1.1"
}
}