-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
37 lines (37 loc) · 938 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
33
34
35
36
37
{
"name": "ez-timepicker",
"description": "Angular timepicker directive",
"keywords": [],
"version": "0.0.2",
"private": false,
"author": "Joris de Wit",
"repository": {
"type": "git",
"url": ""
},
"engines": {
"node": "0.10.x",
"npm": "1.2.x"
},
"scripts": {},
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-uglify": "latest",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-jshint": "~0.6.4",
"grunt-contrib-concat": "~0.1.3",
"grunt-contrib-jasmine": "~0.4.2",
"grunt-contrib-less": "~0.8.1",
"karma-script-launcher": "~0.1.0",
"karma-firefox-launcher": "~0.1.0",
"karma-chrome-launcher": "~0.1.0",
"karma-jasmine": "~0.1.3",
"karma-requirejs": "~0.2.0",
"karma-phantomjs-launcher": "~0.1.0",
"karma": "~0.10.4",
"grunt-angular-templates": "~0.5.0",
"bump": "~0.2.3",
"grunt-bump": "0.0.11"
}
}