-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
74 lines (74 loc) · 1.84 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
68
69
70
71
72
73
74
{
"name": "systemjs-plugin-html",
"version": "0.0.8",
"main": "html",
"repository": {
"type": "git",
"url": "https://github.com/Hypercubed/systemjs-plugin-html.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/Hypercubed/systemjs-plugin-html/issues"
},
"homepage": "https://github.com/Hypercubed/systemjs-plugin-html",
"jspm": {
"directories": {},
"dependencies": {
"webcomponentsjs": "github:webcomponents/webcomponentsjs@^0.7.22"
},
"devDependencies": {
"babel": "npm:babel-core@^5.8.24",
"babel-runtime": "npm:babel-runtime@^5.8.24",
"chai": "npm:chai@^3.0.0",
"core-js": "npm:core-js@^1.1.4",
"marked": "github:chjj/marked@^0.3.3",
"mocha": "npm:mocha@^2.2.5",
"polymer": "github:Polymer/polymer@^1.0.6"
}
},
"description": "systemjs-plugin-html",
"directories": {
"test": "test"
},
"scripts": {
"test": "karma start",
"test:bundle": "mkdir temp && jspm bundle test/import-two-elements/main.js temp/build.js",
"postinstall": "jspm install"
},
"author": "Jayson Harshbarger",
"devDependencies": {
"chai": "^3.0.0",
"jspm": "^0.16.33",
"karma": "^0.13.22",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.2.0",
"karma-firefox-launcher": "^0.1.6",
"karma-ie-launcher": "^0.2.0",
"karma-jspm": "^2.1.0",
"karma-mocha": "^0.2.0",
"karma-mocha-reporter": "^2.0.1",
"karma-safari-launcher": "^0.1.1",
"karma-sinon-chai": "^1.0.0",
"lolex": "^1.4.0",
"mocha": "^2.2.5",
"sinon": "^1.17.3",
"sinon-chai": "^2.8.0",
"xo": "^0.14.0"
},
"dependencies": {
"vulcanize": "^1.10.2"
},
"xo": {
"esnext": false,
"space": 2,
"envs": [
"node",
"browser",
"mocha"
],
"ignores": [
"jspm_packages/**",
"config.js"
]
}
}