You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
757 B
JSON

{
"name": "nix-parser",
"version": "1.0.0",
"description": "Parser for Nix expressions",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "http://git.cryto.net/joepie91/node-nix-parser.git"
},
"keywords": [
"nix",
"parser",
"nixos"
],
"author": "Sven Slootweg",
"license": "WTFPL",
"dependencies": {
"assure-array": "^1.0.0",
"left-pad": "^1.1.3"
},
"devDependencies": {
"@joepie91/gulp-preset-es2015": "^1.0.1",
"@joepie91/gulp-preset-pegjs": "^1.0.0",
"babel-preset-es2015": "^6.6.0",
"better-peg-tracer": "^1.0.0",
"gulp": "^3.9.1",
"pegjs": "^0.10.0",
"repeat-string": "^1.6.1"
}
}