-
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) · 792 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 792 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": "fast-format",
"version": "0.1.1",
"description": "A simplified version of Node.js util.format()",
"main": "fast-format.js",
"directories": {
"test": "test"
},
"devDependencies": {
"expect.js": "^0.3.1",
"mocha": "^2.2.5",
"mocha-phantomjs": "^3.5.3"
},
"scripts": {
"test": "mocha test/test.js && mocha-phantomjs test/test.html",
"compile": "./compile"
},
"keywords": [
"fast",
"util",
"format",
"sprintf"
],
"author": "KNOWLEDECODE",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/knowledgecode/fast-format.git"
},
"bugs": {
"url": "https://github.com/knowledgecode/fast-format/issues"
},
"homepage": "https://github.com/knowledgecode/fast-format#readme"
}