-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
36 lines (36 loc) · 975 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
32
33
34
35
36
{
"name": "sphere-schemas",
"version": "1.0.8",
"description": "The schemas used for communication in and with Ninja Sphere.",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "node test/validateEverything"
},
"repository": {
"type": "git",
"url": "https://github.com/ninjablocks/schemas.git"
},
"author": "Ninja Blocks <[email protected]>",
"license": {
"type": "Creative Commons Attribution-NoDerivatives 4.0 International License.",
"url": "http://creativecommons.org/licenses/by-nd/4.0/"
},
"bugs": {
"url": "https://github.com/ninjablocks/schemas/issues"
},
"homepage": "https://github.com/ninjablocks/schemas",
"dependencies": {
"underscore.string": "^2.3.3",
"colors": "0.6.2",
"tv4": "^1.1.0",
"tv4-formats": "git://github.com/ninjablocks/tv4-formats",
"underscore": "^1.6.0",
"flat": "^1.2.1"
},
"devDependencies": {
"ejs": "^1.0.0"
}
}