forked from RobbieTheWagner/ember-shepherd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
82 lines (82 loc) · 2.23 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
76
77
78
79
80
81
82
{
"name": "ember-shepherd",
"version": "2.1.3",
"description": "An Ember wrapper for the site tour library Shepherd.",
"homepage": "http://shipshapecode.github.io/ember-shepherd/",
"directories": {
"doc": "doc",
"test": "tests"
},
"scripts": {
"build": "ember build",
"start": "ember server",
"test": "ember try:each"
},
"repository": "https://github.com/shipshapecode/ember-shepherd",
"engines": {
"node": ">= 0.10.0"
},
"author": {
"name": "Robert Wagner",
"email": "rwwagner90@gmail.com",
"url": "https://github.com/rwwagner90"
},
"contributors": [
{
"name": "Alex LaFroscia",
"email": "alex@lafroscia.com",
"url": "https://github.com/alexlafroscia"
},
{
"name": "bek",
"email": "bekzod@me.com",
"url": "https://github.com/bekzod"
},
{
"name": "Craig Sketchley",
"email": "craigsketchley@gmail.com",
"url": "https://github.com/craigsketchley"
}
],
"license": "MIT",
"devDependencies": {
"broccoli-asset-rev": "^2.4.2",
"codeclimate-test-reporter": "^0.3.1",
"ember-ajax": "^2.0.1",
"ember-cli": "2.7.0",
"ember-cli-app-version": "^1.0.0",
"ember-cli-blanket": "0.9.8",
"ember-cli-dependency-checker": "^1.2.0",
"ember-cli-eslint": "1.7.0",
"ember-cli-foundation-sass": "^2.0.0",
"ember-cli-github-pages": "0.1.2",
"ember-cli-htmlbars": "^1.0.3",
"ember-cli-htmlbars-inline-precompile": "^0.3.1",
"ember-cli-inject-live-reload": "^1.4.0",
"ember-cli-qunit": "^2.0.0",
"ember-cli-release": "^0.2.9",
"ember-cli-sass": "^5.2.1",
"ember-cli-sri": "^2.1.0",
"ember-cli-test-loader": "^1.1.0",
"ember-cli-uglify": "^1.2.0",
"ember-disable-prototype-extensions": "^1.1.0",
"ember-export-application-global": "^1.0.5",
"ember-getowner-polyfill": "1.0.1",
"ember-load-initializers": "^0.5.1",
"ember-resolver": "^2.0.3",
"eslint-plugin-ember-suave": "^0.1.2",
"loader.js": "^4.0.1"
},
"keywords": [
"ember-addon",
"tour",
"shepherd"
],
"dependencies": {
"ember-cli-babel": "^5.1.6"
},
"ember-addon": {
"configPath": "tests/dummy/config",
"demoURL": "http://shipshapecode.github.io/ember-shepherd/"
}
}