Initial commit
This commit is contained in:
28
node_modules/jsonic/package.json
generated
vendored
Normal file
28
node_modules/jsonic/package.json
generated
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "jsonic",
|
||||
"version": "0.3.1",
|
||||
"description": "A JSON parser that isn't strict.",
|
||||
"main": "jsonic.js",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/rjrodger/jsonic.git"
|
||||
},
|
||||
"homepage": "https://github.com/rjrodger/jsonic",
|
||||
"author": "Richard Rodger (http://richardrodger.com)",
|
||||
"license": "MIT",
|
||||
"files": [
|
||||
"README.md",
|
||||
"LICENSE",
|
||||
"jsonic.js",
|
||||
"jsonic-min.js",
|
||||
"jsonic-min.map",
|
||||
"jsonic-parser.js",
|
||||
"jsonic-parser.pegjs"
|
||||
],
|
||||
"devDependencies": {
|
||||
"jasmine-node": "^1.14.5",
|
||||
"pegjs": "^0.8.0",
|
||||
"phantomjs": "^1.8.2-3",
|
||||
"underscore": "^1.8.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user