-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 814 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 814 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
35
36
37
38
{
"author": "Golyshev Dmitrii <golyshev.dmitry@yandex.ru>",
"bugs": {
"url": "https://github.com/golyshevd/f2/issues"
},
"contributors": [
"Golyshev Dmitrii <golyshev.dmitry@yandex.ru>"
],
"dependencies": {
"json-stringify-safe": "~5.0.1",
"lru-dict": "0.1.1",
"obus": "~5.0.1"
},
"devDependencies": {
"eslint": "^1.10.1",
"benchmark": "~2.1.0",
"istanbul": "0.4.3",
"jscs": "~2.6.0",
"mocha": "~2.4.5",
"sprintf-js": "~1.0.3"
},
"name": "f2",
"main": "index",
"version": "1.1.5",
"repository": {
"type": "git",
"url": "git://github.com/golyshevd/f2.git"
},
"keywords": [
"strf",
"format",
"sprintf",
"vsprintf",
"template"
],
"license": "MIT",
"description": "fast and powerful string micro templating"
}