forked from victor95pc/js-string-just
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 802 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 802 Bytes
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
{
"name": "string-just",
"version": "0.0.2",
"description": "Add Ruby ljust/rjust methods to JavaScript String",
"main": "index.js",
"scripts": {
"test": "node_modules/.bin/gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/MisumiRize/js-string-just.git"
},
"keywords": [
"string",
"just",
"justify"
],
"author": "Rize MISUMI",
"license": "MIT",
"bugs": {
"url": "https://github.com/MisumiRize/js-string-just/issues"
},
"homepage": "https://github.com/MisumiRize/js-string-just",
"devDependencies": {
"chai": "^1.9.2",
"coffee-script": "^1.8.0",
"gulp": "^3.8.8",
"gulp-load-plugins": "^0.7.0",
"gulp-mocha": "^1.1.1",
"gulp-plumber": "^0.6.6",
"gulp-tsc": "^0.9.2",
"tsd": "^0.5.7"
}
}