mirror of https://github.com/k3s-io/k3s
29 lines
699 B
JSON
29 lines
699 B
JSON
{
|
|
"name": "string-format-js",
|
|
"version": "0.1.2",
|
|
"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"
|
|
}
|
|
}
|