This repository has been archived by the owner on Apr 14, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
61 lines (61 loc) · 1.55 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
{
"name": "tko-policy",
"version": "0.1.1",
"description": "TKO Tools (Gulp tasks, etc.)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\""
},
"keywords": [
"tko",
"knockout",
"policy",
"gulp"
],
"author": "Knockout",
"license": "MIT",
"dependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"babel-eslint": "^7.2.3",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-transform-proto-to-assign": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"chai": "^3.5.0",
"colors": "^1.1.2",
"figlet": "^1.1.1",
"gulp": "^3.9.0",
"gulp-help": "^1.6.1",
"inquirer": "^2.0.0",
"js-yaml": "^3.4.6",
"karma": "^1.1.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.0.0",
"karma-jasmine": "^0.1.0",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.1",
"karma-rollup-plugin": "^0.2.4",
"karma-sinon": "^1.0.5",
"lodash": "^4.13.1",
"mocha": "^3.2.0",
"node-resolve": "^1.3.3",
"phantomjs-prebuilt": "^2.1.13",
"rollup": "^0.41.4",
"rollup-plugin-babel": "^2.7.1",
"rollup-plugin-commonjs": "^8.0.2",
"rollup-plugin-node-direct": "^1.0.0",
"rollup-plugin-node-resolve": "^2.0.0",
"rollup-plugin-replace": "^1.1.1",
"rollup-plugin-stub": "^1.1.0",
"sinon": "^1.17.7"
},
"tko": {
"blacklist": true
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com//knockout/tko-policy.git"
}
}