]> git.saurik.com Git - logizomai.git/blob - package.json
For some reason I am supposed to commit this file.
[logizomai.git] / package.json
1 {
2 "name": "logizomai",
3 "version": "0.9.2+3.gc5eca40",
4 "license": "AGPL-3.0",
5 "author": {
6 "name": "Jay Freeman (saurik)",
7 "email": "saurik@saurik.com",
8 "url": "http://www.saurik.com/"
9 },
10 "description": "Deterministic Finalization via Reference Counting",
11 "repository": {
12 "type": "git",
13 "url": "https://git.saurik.com/logizomai.git"
14 },
15 "scripts": {
16 "build": "tsc",
17 "lint": "tslint --project .",
18 "prepare": "npm run build && npm run lint"
19 },
20 "main": "lib/index.js",
21 "types": "lib/index.d.ts",
22 "devDependencies": {
23 "@types/node": "8.0.15",
24 "browserify": "14.4.0",
25 "json5": "0.5.1",
26 "tsify": "3.0.1",
27 "typescript": "2.5.2"
28 }
29 }