Skip to content

Commit

Permalink
Started work on NPM migration
Browse files Browse the repository at this point in the history
Signed-off-by: difegue <sugoi@cock.li>
  • Loading branch information
Difegue committed Dec 23, 2017
1 parent 204b300 commit 25a9950
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"name": "LANraragi",
"version": "0.4.0",
"description": "holla where the chinese comics at",
"directories": {
"test": "tests"
},
"scripts": {
"test": "perl tests/test_tags.pl"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Difegue/LANraragi.git"
},
"author": "dfug",
"license": "WTFPL",
"bugs": {
"url": "https://github.com/Difegue/LANraragi/issues"
},
"homepage": "https://github.com/Difegue/LANraragi#readme",
"dependencies": {
"blueimp-file-upload": "^9.19.2",
"datatables": "^1.10.13",
"dropit": "^1.0.0",
"font-awesome": "^4.7.0",
"jqcloud2": "^2.0.3",
"jquery": "^3.2.1",
"jquery-toast-plugin": "^1.3.2",
"open-sans-fontface": "^1.4.0",
"roboto-fontface": "^0.8.0"
}
}

0 comments on commit 25a9950

Please sign in to comment.