UNPKG

1.42 kBJSONView Raw
1{
2 "name": "ancient-funicular",
3 "version": "4.1.1",
4 "description": "Abstract hierarchical life cycle of the mount.",
5 "bugs": "https://github.com/AncientSouls/Funicular/issues",
6 "repository": "AncientSouls/Funicular",
7 "license": "MIT",
8 "scripts": {
9 "tsc": "rm -rf ./lib ./tests && ./node_modules/typescript/bin/tsc",
10 "test": "./node_modules/mocha/bin/mocha ./tests/index.js --require source-map-support/register",
11 "tslint": "./node_modules/tslint/bin/tslint -c tslint.json './src/**/*.ts'",
12 "dev-link": "npm link ancient-mixins && npm link ancient-cursor",
13 "dev-test": "(rm -rf .dev && git clone -b dev https://github.com/AncientSouls/AncientSouls.github.io.git .dev && cd .dev && git submodule init && git submodule update && npm run dev-install) && npm link ./ && (cd .dev && npm run dev-use-links && npm run dev-check)",
14 "np": "./node_modules/np/cli.js --no-publish --no-yarn --yolo --any-branch"
15 },
16 "dependencies": {
17 "ancient-cursor": "^0.2.10",
18 "ancient-mixins": "^0.0.13",
19 "lodash": "^4.17.10"
20 },
21 "devDependencies": {
22 "@types/mocha": "^5.2.0",
23 "@types/node": "^10.0.2",
24 "async": "^2.6.0",
25 "chai": "^4.1.2",
26 "mocha": "^5.1.1",
27 "np": "^2.20.1",
28 "source-map-support": "^0.5.5",
29 "ts-node": "^6.0.2",
30 "tslint": "^5.9.1",
31 "tslint-config-airbnb": "^5.8.0",
32 "tslint-eslint-rules": "^5.1.0",
33 "typescript": "^2.8.3"
34 }
35}