-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 984 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
37
38
39
40
41
{
"name": "miyojs",
"version": "2.0.3",
"description": "MiyoJS - SHIORI subsystem Miyo for JavaScript",
"keywords": ["miyojs"],
"homepage": "https://github.com/Narazaka/miyojs/blob/master/Readme.ja.md",
"main": "index.js",
"bin": {
"miyo-shiolink": "bin/miyo-shiolink.js"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"js-yaml": ">= 3.0.2",
"shiorijk": "^0.0.1",
"shiolinkjs": "^1.0.0",
"es6-promise": "^2.0.0"
},
"devDependencies": {
"coffee-script": ">= 1.8.0",
"mocha": ">= 1.18.2",
"mocha-phantomjs": ">= 3.5.1",
"chai": ">= 1.9.0",
"chai-as-promised": ">= 4.1.1",
"sinon": ">= 1.10.3",
"istanbul": ">= 0.3.2",
"jade": ">= 1.0.2",
"codo": ">= 2.0.8"
},
"author": {
"name": "narazaka",
"url": "http://narazaka.net/"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Narazaka/miyojs.git"
},
"readmeFilename": "Readme.ja.md"
}