wallet-core/node_modules/jade/package.json

30 lines
623 B
JSON
Raw Normal View History

2016-10-10 03:43:44 +02:00
{
2016-11-03 01:33:53 +01:00
"name": "jade",
"description": "Jade template engine",
"version": "0.26.3",
"author": "TJ Holowaychuk <tj@vision-media.ca>",
"repository": "git://github.com/visionmedia/jade",
"main": "./index.js",
"bin": { "jade": "./bin/jade" },
"man": "./jade.1",
2016-10-10 03:43:44 +02:00
"dependencies": {
"commander": "0.6.1",
"mkdirp": "0.3.0"
},
"devDependencies": {
"mocha": "*",
2016-11-03 01:33:53 +01:00
"markdown": "*",
2016-10-10 03:43:44 +02:00
"stylus": "*",
2016-11-03 01:33:53 +01:00
"uubench": "*",
"should": "*",
"less": "*",
"uglify-js": "*"
2016-10-10 03:43:44 +02:00
},
2016-11-03 01:33:53 +01:00
"component": {
"scripts": {
"jade": "runtime.js"
2016-10-10 03:43:44 +02:00
}
},
2016-11-03 01:33:53 +01:00
"scripts" : { "prepublish" : "npm prune" }
2016-10-10 03:43:44 +02:00
}