-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
39 lines (39 loc) · 1.03 KB
/
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
{
"name": "nasulog",
"version": "1.0.0",
"description": "ポエムを書きためるWebアプリケーション。[pplog](https://www.pplog.net/)のような何か。",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Skip: no test specified\" && exit 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nasum/nasulog.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/nasum/nasulog/issues"
},
"homepage": "https://github.com/nasum/nasulog",
"dependencies": {
"babel-preset-es2015": "^6.1.2",
"babel-preset-react": "^6.1.2",
"babel-preset-stage-2": "^6.1.2",
"babelify": "^7.2.0",
"browserify": "^13.0.0",
"browserify-incremental": "^3.0.1",
"jquery-textcomplete": "^0.8.1",
"markdown-it": "^5.1.0",
"markdown-it-checkbox": "^1.1.0",
"markdown-it-emoji": "^1.1.0",
"underscore": "^1.8.3"
},
"devDependencies": {
"eslint": "^3.5.0",
"eslint-plugin-react": "^6.3.0"
}
}