-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbower.json
35 lines (35 loc) · 923 Bytes
/
bower.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
{
"name": "nml-converter",
"version": "1.0.3",
"description": "NML(Novel Markup Language) converter for js",
"main": "nml.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WriterLighter/NML-JavaScript.git"
},
"keywords": [
"nml",
"converter",
"novel",
"markup"
],
"author": "Ritsuki Goto <[email protected]> (http://kawakawaplanning.xyz/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/WriterLighter/NML-JavaScript/issues"
},
"homepage": "https://github.com/WriterLighter/NML-JavaScript#readme",
"devDependencies": {
"browserify": "^13.0.0",
"coffee-script": "^1.10.0",
"gulp": "^3.9.0",
"gulp-coffee": "^2.3.1",
"gulp-plumber": "^1.1.0",
"gulp-concat": "^2.6.0",
"gulp-watch": "^4.3.5",
"gulp-notify": "^2.2.0"
}
}