forked from maccman/motivation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 799 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": "motivation",
"version": "1.0.0",
"description": "chrome new tab replacement",
"main": "motivation.js",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-angular-templates": "^0.5.7",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-sass": "^0.8.1",
"grunt-contrib-uglify": "^0.6.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-newer": "^0.8.0",
"grunt-ng-annotate": "^0.4.0",
"load-grunt-tasks": "^0.6.0",
"time-grunt": "^1.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/devm33/motivation.git"
},
"author": "Mehta, Devraj",
"license": "MIT",
"bugs": {
"url": "https://github.com/devm33/motivation/issues"
},
"homepage": "https://github.com/devm33/motivation"
}