-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
105 lines (105 loc) · 2.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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"name": "ember-bootstrap-table",
"version": "2.0.18",
"description": "Bootstrap table for EmberCLI (with shim for EAK & Globals)",
"directories": {
"doc": "doc",
"test": "tests"
},
"scripts": {
"start": "ember server",
"build": "ember build",
"test": "ember test ci | tee results.tap",
"bower": "rm -rf .bower-*; node_modules/bower/bin/bower install"
},
"repository": {
"type": "git",
"url": "[email protected]:media-publishing/ember-bootstrap-table.git"
},
"engines": {
"node": ">= 0.10.0"
},
"author": "grese",
"license": "MIT",
"devDependencies": {
"bower": "1.3.12",
"broccoli": "^0.13.0",
"broccoli-asset-rev": "^2.0.2",
"broccoli-cli": "~1.0.0",
"broccoli-ember-hbs-template-compiler": "^1.7.0",
"broccoli-es3-safe-recast": "^1.0.0",
"broccoli-es6-concatenator": "^0.1.11",
"broccoli-es6modules": "~0.5.1",
"broccoli-filter": "^0.1.7",
"broccoli-funnel": "^0.1.6",
"broccoli-less-single": "^0.1.5",
"broccoli-merge-trees": "^0.2.1",
"broccoli-static-compiler": "^0.2.1",
"broccoli-writer": "^0.1.1",
"ember-cli": "0.2.3",
"ember-cli-app-version": "0.3.3",
"ember-cli-blanket": "0.5.2",
"ember-cli-content-security-policy": "0.4.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-less": "^1.3.3",
"ember-cli-mocha": "^0.7.0",
"ember-cli-uglify": "1.0.1",
"ember-data": "1.0.0-beta.16.1",
"ember-disable-prototype-extensions": "^1.0.0",
"ember-export-application-global": "^1.0.2",
"ember-sinon": "0.1.1",
"ember-try": "0.0.4",
"glob": "^4.0.5",
"grunt": "~0.4.1",
"grunt-cli": "~0.1.9",
"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",
"lcov-parse": "0.0.10",
"rimraf": "2.3.1",
"rsvp": "^3.0.13",
"walk-sync": "^0.1.3"
},
"keywords": [
"ember-addon"
],
"dependencies": {
"ember-cli-babel": "^5.0.0",
"ember-cli-htmlbars": ">=0.7.4"
},
"ember-addon": {
"configPath": "tests/dummy/config"
},
"main": "index.js",
"yhint": {
"node": true,
"json": true,
"excludes": [
"dist",
"bower_components",
"node_modules",
"tmp"
],
"config": "./screwdriver/jshint.json"
},
"yahoo": {
"bugzilla": {
"product": "ember-bootstrap-table",
"component": "ember-bootstrap-table"
},
"custodian": {
"name": "John Grese",
"email": "[email protected]"
},
"screwdriver": {
"project_id": 40272,
"config": "screwdriver/config.json"
}
}
}