-
Notifications
You must be signed in to change notification settings - Fork 37
/
package.json
75 lines (75 loc) · 2.35 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
75
{
"name": "ember-prop-types",
"version": "9.0.2",
"description": "This addon provides React-like property management for components.",
"directories": {
"doc": "doc",
"test": "tests"
},
"scripts": {
"build": "ember build",
"lint": "lint-all-the-things",
"start": "ember server",
"test": "npm run lint && npm run test-addon",
"test-addon": "EMBER_TRY_SCENARIO=${EMBER_TRY_SCENARIO:=ember-default} && ember try:one $EMBER_TRY_SCENARIO --- npm install && COVERAGE=true ember test"
},
"repository": {
"type": "git",
"url": "https://github.com/ciena-blueplanet/ember-prop-types.git"
},
"engines": {
"node": ">= 6.0.0"
},
"author": "Matthew Dahl (https://github.com/sandersky)",
"contributors": [
"Stephane Desrosiers (https://github.com/sdesros)",
"Michael Carroll (https://github.com/juwara0)",
"Phil Nachum (https://github.com/pnachum)",
"Steven Glanzer (https://github.com/sglanzer)",
"Eric White (https://github.com/EWhite613)",
"Ian Storz (https://github.com/ianstarz)",
"Justin Bowes (https://github.com/justinbowes)",
"Adam Meadows (https://github.com/job13er)",
"Seena Rowhani (https://github.com/srowhani)"
],
"license": "MIT",
"devDependencies": {
"bower": "^1.8.4",
"broccoli-asset-rev": "^2.7.0",
"chai-jquery": "^2.0.0",
"ember-cli": "~3.3.0",
"ember-cli-chai": "~0.5.0",
"ember-cli-code-coverage": "0.4.2",
"ember-cli-dependency-checker": "^2.0.0",
"ember-cli-google-fonts": "^2.16.2",
"ember-cli-htmlbars": "^2.0.1",
"ember-cli-htmlbars-inline-precompile": "^1.0.0",
"ember-cli-inject-live-reload": "^1.4.1",
"ember-cli-mocha": "^0.15.0",
"ember-cli-shims": "^1.2.0",
"ember-cli-uglify": "^2.0.0",
"ember-disable-prototype-extensions": "^1.1.2",
"ember-export-application-global": "^2.0.0",
"ember-hook": "1.4.2",
"ember-load-initializers": "^1.1.0",
"ember-prism": "0.3.0",
"ember-resolver": "^4.0.0",
"ember-sinon": "^0.7.0",
"ember-source": "~3.3.0",
"ember-spread": "^6.0.0",
"ember-test-utils": "^10.0.1",
"ember-try": "^1.1.0",
"loader.js": "^4.2.3",
"sinon-chai": "^2.14.0"
},
"keywords": [
"ember-addon"
],
"dependencies": {
"ember-cli-babel": "^6.6.0",
"ember-get-config": "^0.2.4"
},
"ember-addon": {
"configPath": "tests/dummy/config"
}
}