main
Last change
on this file was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago |
Initial commit
|
-
Property mode
set to
100644
|
File size:
612 bytes
|
Line | |
---|
1 | {
|
---|
2 | "name": "format",
|
---|
3 | "description": "printf, sprintf, and vsprintf for JavaScript",
|
---|
4 | "version": "0.2.2",
|
---|
5 | "homepage": "http://samhuri.net/proj/format",
|
---|
6 | "author": "Sami Samhuri <sami@samhuri.net>",
|
---|
7 | "repository": {
|
---|
8 | "type": "git",
|
---|
9 | "url": "git://github.com/samsonjs/format.git"
|
---|
10 | },
|
---|
11 | "bugs": {
|
---|
12 | "email": "sami@samhuri.net",
|
---|
13 | "url": "https://github.com/samsonjs/format/issues"
|
---|
14 | },
|
---|
15 | "main": "./format.js",
|
---|
16 | "engines": {
|
---|
17 | "node": ">=0.4.x"
|
---|
18 | },
|
---|
19 | "licenses": [
|
---|
20 | {
|
---|
21 | "type": "MIT",
|
---|
22 | "url": "http://sjs.mit-license.org"
|
---|
23 | }
|
---|
24 | ],
|
---|
25 | "dependencies": {},
|
---|
26 | "devDependencies": {}
|
---|
27 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.