-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
72 lines (72 loc) · 1.91 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
{
"name": "ember-cli-openlayers-builder",
"version": "0.0.16",
"description": "Install and create a custom build of Openlayers library for Ember app.",
"directories": {
"test": "tests"
},
"scripts": {
"build": "ember build",
"start": "ember server",
"test": "ember try:testall"
},
"repository": {
"type": "git",
"url": "git+https://github.com/artursmirnov/ember-cli-openlayers-builder.git"
},
"engines": {
"node": ">= 0.10.0"
},
"author": {
"name": "Artur Smirnov",
"email": "[email protected]"
},
"license": "MIT",
"devDependencies": {
"broccoli-asset-rev": "2.2.0",
"ember-ajax": "0.7.1",
"ember-cli": "2.2.0-beta.3",
"ember-cli-app-version": "1.0.0",
"ember-cli-dependency-checker": "1.2.0",
"ember-cli-htmlbars": "1.0.1",
"ember-cli-htmlbars-inline-precompile": "0.3.1",
"ember-cli-inject-live-reload": "1.3.1",
"ember-cli-qunit": "1.1.0",
"ember-cli-release": "0.2.8",
"ember-cli-sri": "2.0.0",
"ember-cli-uglify": "1.2.0",
"ember-disable-prototype-extensions": "1.0.0",
"ember-disable-proxy-controllers": "1.0.1",
"ember-export-application-global": "1.0.4",
"ember-lodash": "0.0.6",
"ember-resolver": "2.0.3",
"ember-try": "0.0.8"
},
"keywords": [
"ember-addon",
"openlayers"
],
"dependencies": {
"broccoli-plugin": "1.2.1",
"ember-cli-babel": "5.1.5",
"fs-extra": "0.26.5",
"jsonminify": "0.2.3",
"lodash": "3.10.1",
"openlayers": "3.20.1",
"rsvp": "3.1.0"
},
"ember-addon": {
"configPath": "tests/dummy/config",
"defaultBlueprint": "openlayers-build-init"
},
"bugs": {
"url": "https://github.com/artursmirnov/ember-cli-openlayers-builder/issues"
},
"homepage": "https://github.com/artursmirnov/ember-cli-openlayers-builder#readme",
"maintainers": [
{
"name": "artursmirnov",
"email": "[email protected]"
}
]
}