-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 949 Bytes
/
package.json
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
{
"name": "sffjs",
"version": "1.16.2",
"description": "String.Format for JavaScript",
"main": "sffjs.js",
"repository": {
"type": "git",
"url": "https://github.com/thorn0/sffjs.git"
},
"keywords": [
"dotnet",
".net",
"string.format"
],
"contributors": [
"Daniel Mester Pirttijarvi (http://www.masterdata.se)",
"Georgii Dolzhykov <[email protected]>"
],
"license": "Zlib",
"bugs": {
"url": "https://github.com/thorn0/sffjs/issues"
},
"homepage": "https://github.com/thorn0/sffjs",
"private": true,
"devDependencies": {
"grunt": "^1.0.1",
"grunt-build-control": "^0.7.1",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "^4.0.1",
"load-grunt-tasks": "^5.0.0",
"timezoned-date": "^3.0.2"
},
"scripts": {
"test": "node src/stringformat.tests",
"dotnet": "node src/stringformat.tests dotnet"
}
}