forked from gerard2perez/ember-cli-crudtable
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·47 lines (47 loc) · 1.17 KB
/
package.json
File metadata and controls
executable file
·47 lines (47 loc) · 1.17 KB
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
{
"name": "ember-cli-crudtable",
"version": "0.4.2",
"description": "This addon allows you to easly create a CRUD Table, it will take you only 5s!.",
"directories": {
"doc": "doc",
"test": "tests"
},
"scripts": {
"start": "ember server",
"build": "ember build",
"test": "ember test"
},
"repository": "https://github.com/gerard2p/ember-cli-crudtable.git",
"engines": {
"node": ">= 0.12.0"
},
"dependencies": {
"ember-cli-htmlbars": "0.7.4"
},
"author": "Gerardo Pérez Pérez",
"license": "MPL-2.0",
"devDependencies": {
"ember-data": "1.0.0-beta.16.1",
"broccoli-asset-rev": "^2.0.0",
"ember-cli": "0.2.3",
"ember-cli-app-version": "0.3.2",
"ember-cli-babel": "^4.0.0",
"ember-cli-content-security-policy": "0.3.0",
"ember-cli-dependency-checker": "0.0.8",
"ember-cli-ic-ajax": "0.1.1",
"ember-cli-inject-live-reload": "^1.3.0",
"ember-cli-qunit": "0.3.9",
"ember-cli-uglify": "1.0.1",
"ember-export-application-global": "^1.0.2"
},
"keywords": [
"ember-addon",
"crudtable",
"crud",
"table",
"ember-cli"
],
"ember-addon": {
"configPath": "tests/dummy/config"
}
}