Skip to content

Commit

Permalink
Moved package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
gnat authored Jun 20, 2024
1 parent bc039b4 commit 364260a
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions tests/old.package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"name": "surreal",
"version": "1.0.0",
"description": "Surreal",
"repository": {
"type": "git",
"url": "https://github.com/gnat/surreal.git"
},
"main": "dist/surreal.min.js",
"module": "src/index.js",
"scripts": {
"build": "microbundle --no-sourcemap -o ./dist/surreal.min.js surreal.js",
"test": "ava -v tests"
},
"author": "gnat",
"keywords": [
"jquery",
"jquery-like",
"jquery-alternative",
"jquery-replacement",
"javascript",
"utility",
"hyperscript",
"dom",
"dom-manipulation",
"lob",
"locality-of-behavior",
"htmx",
"selector",
"queryselectorall",
"queryselector"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/gnat/surreal/issues"
},
"devDependencies": {
"ava": "^1.4.1",
"jsdom": "^19.0.0",
"microbundle": "^0.15.0"
}
}

0 comments on commit 364260a

Please sign in to comment.