-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
32 lines (32 loc) · 885 Bytes
/
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
{
"name": "ember-bootstrap-datetimepicker",
"version": "0.0.3",
"description": "A bootstrap datetimepicker component for ember",
"repository": {
"type": "git",
"url": "git://github.com/grese/ember-bootstrap-datetimepicker.git"
},
"keywords": ["ember", "emberjs", "component"],
"author": "John Grese",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-jshint": "~0.6.4",
"grunt-contrib-uglify": "~0.2.4",
"grunt-contrib-clean": "~0.6.0",
"grunt": "~0.4.1",
"grunt-contrib-qunit": "~0.3.0",
"grunt-ember-templates": "0.4.23",
"grunt-contrib-copy": "0.7.0",
"grunt-karma": "~0.10.1",
"karma-qunit": "~0.1.4",
"karma-phantomjs-launcher": "~0.1.4",
"karma-junit-reporter": "~0.2.2",
"karma-coverage": "~0.2.7",
"karma-sinon": "~1.0.4"
},
"scripts": {
"postinstall": "bower install"
}
}