UNPKG

1.76 kBJSONView Raw
1{
2 "name": "@phosphor/algorithm",
3 "version": "1.2.0",
4 "description": "PhosphorJS - Algorithms and Iterators",
5 "homepage": "https://github.com/phosphorjs/phosphor",
6 "bugs": {
7 "url": "https://github.com/phosphorjs/phosphor/issues"
8 },
9 "license": "BSD-3-Clause",
10 "author": "S. Chris Colbert <sccolbert@gmail.com>",
11 "contributors": [
12 "A. Darian <git@darian.af>",
13 "Dave Willmer <dave.willmer@gmail.com>",
14 "S. Chris Colbert <sccolbert@gmail.com>",
15 "Steven Silvester <steven.silvester@gmail.com>"
16 ],
17 "files": [
18 "lib/*.d.ts",
19 "lib/*.js"
20 ],
21 "main": "lib/index.js",
22 "types": "lib/index.d.ts",
23 "directories": {
24 "lib": "lib/"
25 },
26 "repository": {
27 "type": "git",
28 "url": "https://github.com/phosphorjs/phosphor.git"
29 },
30 "scripts": {
31 "build": "tsc --build",
32 "build:test": "tsc --build tests && cd tests && webpack",
33 "clean": "rimraf lib",
34 "clean:test": "rimraf tests/build",
35 "docs": "typedoc --options tdoptions.json src",
36 "test": "npm run test:firefox",
37 "test:chrome": "cd tests && karma start --browsers=Chrome",
38 "test:firefox": "cd tests && karma start --browsers=Firefox",
39 "test:ie": "cd tests && karma start --browsers=IE",
40 "watch": "tsc --build --watch"
41 },
42 "devDependencies": {
43 "@types/chai": "^3.4.35",
44 "@types/mocha": "^2.2.39",
45 "chai": "^3.5.0",
46 "karma": "^1.5.0",
47 "karma-chrome-launcher": "^2.0.0",
48 "karma-firefox-launcher": "^1.0.0",
49 "karma-ie-launcher": "^1.0.0",
50 "karma-mocha": "^1.3.0",
51 "karma-mocha-reporter": "^2.2.2",
52 "mocha": "^3.2.0",
53 "rimraf": "^2.5.2",
54 "typedoc": "~0.12.0",
55 "typescript": "~3.0.3",
56 "webpack": "^2.2.1"
57 },
58 "gitHead": "7fdcefb4740fbd459c4f25b3c0b8641f94614de0"
59}