• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "author": {
3    "name": "Alexandru Marasteanu",
4    "email": "hello@alexei.ro",
5    "url": "http://alexei.ro/"
6  },
7  "bugs": {
8    "url": "https://github.com/alexei/sprintf.js/issues"
9  },
10  "bundleDependencies": false,
11  "deprecated": false,
12  "description": "JavaScript sprintf implementation",
13  "devDependencies": {
14    "grunt": "*",
15    "grunt-contrib-uglify": "*",
16    "grunt-contrib-watch": "*",
17    "mocha": "*"
18  },
19  "homepage": "https://github.com/alexei/sprintf.js#readme",
20  "license": "BSD-3-Clause",
21  "main": "src/sprintf.js",
22  "name": "sprintf-js",
23  "repository": {
24    "type": "git",
25    "url": "git+https://github.com/alexei/sprintf.js.git"
26  },
27  "scripts": {
28    "test": "mocha test/test.js"
29  },
30  "version": "1.0.3"
31}