package.json 394 Bytes
Newer Older
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "js-stringify",
  "version": "1.0.2",
  "description": "Stringify an object so it can be safely inlined in JavaScript code",
  "keywords": [],
  "dependencies": {},
  "devDependencies": {},
  "scripts": {
    "test": "node test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jadejs/js-stringify.git"
  },
  "author": "ForbesLindesay",
  "license": "MIT"
}