-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
67 lines (67 loc) · 1.93 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "igniter-core",
"version": "0.0.0",
"description": "Intelligent Work Distribution for JavaScript Applications",
"esnext:main": "dist/es6/igniter/index.js",
"main": "dist/node_modules/igniter/index.js",
"scripts": {
"prepublish": "bower install && ember build",
"build": "ember build",
"pretest": "ember build",
"test": "ember test",
"test:ci": "ember test --test-port=7000 --config-file=testem-sauce.json && bin/run-node-tests.js",
"start": "ember serve --port=7357",
"tsc": "tsc -p . --noEmit",
"tslint": "tslint ./packages/**/*.ts",
"vscode-build": "tslint -s ./.vscode/tslint-formatters -t vscode ./packages/**/*.ts; tsc -p . --noEmit",
"sauce:connect": "ember sauce:connect",
"sauce:disconnect": "ember sauce:disconnect"
},
"repository": {
"type": "git",
"url": "https://github.com/runspired/igniter.git"
},
"author": "Chris Thoburn (@runspired)",
"license": "MIT",
"dependencies": {
"broccoli-concat": "^2.1.0",
"broccoli-funnel": "^1.0.1",
"broccoli-merge-trees": "^1.1.1",
"broccoli-stew": "^1.2.0",
"broccoli-tslinter": "^1.0.2",
"broccoli-typescript-compiler": "^0.6.0",
"broccoli-uglify-js": "~0.1.3",
"cancellation-token": "^1.0.0",
"emberjs-build": "^0.15.0",
"exists-sync": "0.0.3",
"git-repo-version": "^0.1.2",
"handlebars": "^3.0.2",
"qunit": "^0.7.2",
"simple-dom": "^0.3.0",
"simple-html-tokenizer": "^0.2.5",
"typescript": "next"
},
"devDependencies": {
"benchmark": "^1.0.0",
"bower": "~1.3.3",
"ember-cli": "^2.4.2",
"ember-cli-release": "^1.0.0-beta.1",
"ember-cli-sauce": "^1.3.0",
"glob": "^7.0.5",
"loader.js": "^4.0.10",
"qunit-tap": "^1.5.1",
"qunitjs": "^2.0.1",
"tslint": "next"
},
"keywords": [
"backburner",
"igniter",
"render",
"queue",
"macrotask",
"microtask",
"animation-frame",
"schedule",
"fps"
]
}