-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1018 Bytes
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1018 Bytes
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
{
"name": "angular-clockpicker",
"version": "1.2.0",
"description": "A wrapper for linagora/clockpicker",
"main": "index.js",
"scripts": {
"test": "grunt test"
},
"author": "Linagora Folks",
"license": "MIT",
"keywords": [
"openpaas",
"linagora",
"angularjs",
"timepicker",
"clockpicker"
],
"devDependencies": {
"bower": "^1.5.3",
"chai": "^3.3.0",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-jshint": "^0.11.3",
"grunt-contrib-less": "^1.0.1",
"grunt-contrib-uglify": "^0.9.2",
"grunt-jscs": "2.1.0",
"grunt-karma": "^0.11.2",
"grunt-lint-pattern": "^0.1.4",
"grunt-release": "^0.13.0",
"karma": "0.12.28",
"karma-mocha": "0.1.1",
"karma-phantomjs-launcher": "^0.2.1",
"karma-spec-reporter": "0.0.20",
"less": "^2.5.3",
"load-grunt-tasks": "^3.3.0",
"mocha": "~1.18.2",
"phantomjs": "^1.9.18",
"phantomjs-polyfill": "0.0.1"
}
}