forked from magnusjt/schedulerjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 847 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
{
"name": "schedulerjs",
"version": "1.0.0",
"description": "jQuery schedule plugin and time picker",
"scripts": {
"deps": "npm install -g grunt && npm install -g grunt-cli && npm install -g bower && npm install && bower install && grunt"
},
"repository": {
"type": "git",
"url": "git://github.com/magnusjt/schedulerjs.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/magnusjt/schedulerjs/issues"
},
"homepage": "https://github.com/magnusjt/schedulerjs",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-bower-task": "^0.4.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-cssmin": "^0.12.3",
"grunt-contrib-uglify": "~0.9.1",
"grunt-contrib-less": "^1.0.1",
"grunt-hogan": "^0.3.0",
"hogan": "^1.0.2"
}
}