wishthis/node_modules/wrench-sui/package.json

40 lines
793 B
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
2022-04-08 10:55:35 +00:00
"name": "wrench-sui",
"description": "A forked version of wrenchjs that includes a critical recursive file fix. Credits to the original author(s) Ryan McGrath.",
"version": "0.0.3",
"author": "Jack Lukic <jack@semantic-ui.com>",
"repository": {
"type" : "git",
"url": "https://github.com/Semantic-Org/wrench-js.git"
2022-01-21 08:28:41 +00:00
},
2022-04-08 10:55:35 +00:00
2022-01-21 08:28:41 +00:00
"bugs": {
"url": "http://github.com/Semantic-Org/Wrench-JS/issues"
},
2022-04-08 10:55:35 +00:00
2022-01-21 08:28:41 +00:00
"directories": {
"lib": "./lib/"
},
2022-04-08 10:55:35 +00:00
"dependencies": {
2022-01-21 08:28:41 +00:00
},
2022-04-08 10:55:35 +00:00
"devDependencies": {
"nodeunit": ">= 0.6.4"
2022-02-23 16:41:13 +00:00
},
2022-04-08 10:55:35 +00:00
"main": "./lib/wrench",
"engines": {
"node": ">=0.1.97"
2022-02-23 16:41:13 +00:00
},
2022-04-08 10:55:35 +00:00
"scripts": { "test": "nodeunit tests/runner.js" },
"licenses": [{
"type" : "MIT",
"url" : "http://github.com/ryanmcgrath/wrench-js/raw/master/LICENSE"
}]
2022-01-21 08:28:41 +00:00
}