This repository was archived by the owner on Mar 15, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.66 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.66 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "jp-wrap",
"version": "0.2.2",
"description": "Japanese word wrap",
"main": "dist/jp-wrap-entry.js",
"scripts": {
"test": "mocha -r coffee-script/register -r spec/global.js spec/*.coffee spec/lib/*.coffee",
"web-browser-check": "grunt build && open test-tools/index.html",
"pack-check": "grunt build && node test-tools/run-packed.js",
"bmp": "cc-bmp",
"bmp-p": "cc-bmp -p",
"bmp-m": "cc-bmp -m",
"bmp-j": "cc-bmp -j",
"circle": "cc-generate-yml",
"post-dependencies": "echo post-dependencies",
"pre-release": "grunt build",
"post-release": "echo post-release",
"gh-pages": "grunt yuidoc"
},
"repository": {
"type": "git",
"url": "https://github.com/CureApp/jp-wrap.git"
},
"bugs": {
"url": "https://github.com/CureApp/jp-wrap/issues"
},
"homepage": "https://github.com/CureApp/jp-wrap",
"keywords": [
"Japanese",
"wordwrap"
],
"author": "CureApp, Inc.",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"coffee-script": "^1.10.0",
"espower-coffee": "^1.0.1",
"grunt": "^0.4.5",
"grunt-browserify": "^4.0.1",
"grunt-contrib-coffee": "^0.13.0",
"grunt-contrib-uglify": "^0.9.2",
"grunt-contrib-yuidoc": "^0.10.0",
"mocha": "^2.4.5",
"node-circleci-autorelease": "^1.5.6",
"power-assert": "^1.3.1",
"titaniumifier": "^1.5.0"
},
"node-circleci-autorelease": {
"config": {
"git-user-name": "CircleCI",
"git-user-email": "circleci@cureapp.jp",
"version-prefix": "v",
"create-branch": false,
"create-gh-pages": true,
"gh-pages-dir": "doc"
}
},
"directories": {
"test": "spec"
}
}