forked from Addepar/ember-table
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.78 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
{
"name": "ember-table",
"version": "0.9.3",
"description": "Table built using Ember.js that lazily renders rows.",
"directories": {
"doc": "doc",
"test": "tests"
},
"scripts": {
"start": "ember server",
"build": "ember build",
"test": "ember try:testall"
},
"repository": "https://github.com/Addepar/ember-table",
"engines": {
"node": ">= 0.10.0"
},
"author": "",
"license": "BSD",
"devDependencies": {
"broccoli-asset-rev": "^2.1.2",
"ember-cli": "1.13.8",
"ember-cli-app-version": "0.5.0",
"ember-cli-content-security-policy": "0.4.0",
"ember-cli-dependency-checker": "^1.0.1",
"ember-cli-font-awesome": "0.1.1",
"ember-cli-htmlbars": "0.7.9",
"ember-cli-htmlbars-inline-precompile": "^0.2.0",
"ember-cli-ic-ajax": "0.2.1",
"ember-cli-inject-live-reload": "^1.3.1",
"ember-cli-qunit": "^1.0.0",
"ember-cli-release": "0.2.3",
"ember-cli-sri": "^1.0.3",
"ember-cli-uglify": "^1.2.0",
"ember-code-snippet": "1.1.0",
"ember-disable-proxy-controllers": "^1.0.0",
"ember-export-application-global": "^1.0.3",
"ember-try": "0.0.6",
"glob": "^4.0.5",
"grunt": "~0.4.1",
"grunt-banner": "~0.2.2",
"grunt-broccoli": "~0.4.0",
"grunt-broccoli-build": "~0.6.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-uglify": "0.8.0",
"grunt-release-it": "0.2.1",
"grunt-text-replace": "~0.3.11",
"rimraf": "2.3.1",
"rsvp": "^3.0.13",
"walk-sync": "^0.1.3"
},
"keywords": [
"ember-addon"
],
"dependencies": {
"ember-cli-babel": "^5.1.3",
"ember-cli-less": "~1.3.1",
"ember-collection": "emberjs/ember-collection"
},
"ember-addon": {
"configPath": "tests/dummy/config",
"demoURL": "https://addepar.github.io/ember-table/#/overview"
}
}