File tree 2 files changed +36
-1
lines changed
2 files changed +36
-1
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " nml-converter" ,
3
+ "version" : " 1.0.3" ,
4
+ "description" : " NML(Novel Markup Language) converter for js" ,
5
+ "main" : " nml.js" ,
6
+ "scripts" : {
7
+ "test" : " echo \" Error: no test specified\" && exit 1"
8
+ },
9
+ "repository" : {
10
+ "type" : " git" ,
11
+ "url" : " git+https://github.com/WriterLighter/NML-JavaScript.git"
12
+ },
13
+ "keywords" : [
14
+ " nml" ,
15
+ " converter" ,
16
+ " novel" ,
17
+ " markup"
18
+ ],
19
+ "author" :
" Ritsuki Goto <[email protected] > (http://kawakawaplanning.xyz/)" ,
20
+ "license" : " MIT" ,
21
+ "bugs" : {
22
+ "url" : " https://github.com/WriterLighter/NML-JavaScript/issues"
23
+ },
24
+ "homepage" : " https://github.com/WriterLighter/NML-JavaScript#readme" ,
25
+ "devDependencies" : {
26
+ "browserify" : " ^13.0.0" ,
27
+ "coffee-script" : " ^1.10.0" ,
28
+ "gulp" : " ^3.9.0" ,
29
+ "gulp-coffee" : " ^2.3.1" ,
30
+ "gulp-plumber" : " ^1.1.0" ,
31
+ "gulp-concat" : " ^2.6.0" ,
32
+ "gulp-watch" : " ^4.3.5" ,
33
+ "gulp-notify" : " ^2.2.0"
34
+ }
35
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nml-converter" ,
3
- "version" : " 1.0.2 " ,
3
+ "version" : " 1.0.3 " ,
4
4
"description" : " NML(Novel Markup Language) converter for js" ,
5
5
"main" : " nml.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments