This commit is contained in:
29
node_modules/what-the-diff/package.json
generated
vendored
Normal file
29
node_modules/what-the-diff/package.json
generated
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"name": "what-the-diff",
|
||||
"version": "0.6.0",
|
||||
"description": "diff parsing library",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"build": "pegjs --cache -o lib/parser.js src/diff.pegjs",
|
||||
"test": "nodeunit test/*.test.js",
|
||||
"prepublish": "npm run build"
|
||||
},
|
||||
"repository": "git://github.com/kuychaco/what-the-diff.git",
|
||||
"keywords": [
|
||||
"diff",
|
||||
"parser"
|
||||
],
|
||||
"files": [
|
||||
"index.js",
|
||||
"lib/**/*",
|
||||
"src/**/*",
|
||||
"test/**/*"
|
||||
],
|
||||
"author": "Katrina Uychaco <kuychaco@gmail.com>",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"dedent-js": "^1.0.1",
|
||||
"nodeunit": "^0.10.2",
|
||||
"pegjs": "^0.10.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user