source: branches/version-2_13_3/package.json @ 23376

Revision 23376, 555 bytes checked in by kimoto, 10 years ago (diff)

#150 JSHintを追加

Line 
1{
2  "name": "eccube",
3  "version": "0.0.0",
4  "description": "",
5  "main": "index.js",
6  "directories": {
7    "doc": "docs",
8    "test": "tests"
9  },
10  "scripts": {
11    "test": "grunt test"
12  },
13  "repository": {
14    "type": "git",
15    "url": "git://github.com/nobuhiko/EC-CUBE.git"
16  },
17  "author": "Nobuhiko Kimoto",
18  "license": "GPL",
19  "bugs": {
20    "url": "https://github.com/nobuhiko/EC-CUBE/issues"
21  },
22  "homepage": "https://github.com/nobuhiko/EC-CUBE",
23  "devDependencies": {
24    "grunt": "~0.4.4",
25    "grunt-contrib-jshint": "~0.10.0"
26  }
27}
Note: See TracBrowser for help on using the repository browser.