forked from tmaeda1981jp/string-format-js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 699 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 699 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
{
"name": "string-format-js",
"version": "0.1.3",
"description": "String format function for javascript",
"main": "format.js",
"keywords": [
"string",
"format"
],
"scripts": {
"test": "grunt mochaTest",
"browserTest": "grunt browserTest"
},
"author": "tmaeda1981jp",
"homepage": "https://github.com/tmaeda1981jp/string-format-js",
"license": "MIT",
"devDependencies": {
"mocha": "~1.21.4",
"grunt": "~0.4.5",
"grunt-mocha-test": "~0.11.0",
"grunt-contrib-watch": "~0.6.1",
"expect.js": "~0.3.1",
"mocha-phantomjs": "~3.5.0",
"grunt-exec": "~0.4.6",
"grunt-contrib-uglify": "~0.5.1",
"grunt-mocha-phantomjs": "~0.6.0"
}
}