-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 972 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
{
"name": "Logr",
"version": "0.1.0",
"description": "A 'configurable' logging utility for JavaScript!",
"main": "compiled/Logr.js",
"scripts": {},
"repository": {
"type": "git",
"url": "https://tanmaypatel@github.com/tanmaypatel/Logr.git"
},
"author": "Tanmay Patel (me@tanmaypatel.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/tanmaypatel/Logr/issues"
},
"homepage": "https://github.com/tanmaypatel/Logr",
"dependencies": {},
"devDependencies": {
"chai": "^1.10.0",
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-requirejs": "^0.4.4",
"grunt-contrib-uglify": "^0.7.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-typescript": "^0.4.8",
"load-grunt-config": "^0.16.0",
"load-grunt-tasks": "^2.0.0",
"mocha": "^2.1.0",
"requirejs": "^2.1.15",
"sinon": "^1.12.2",
"sinon-chai": "^2.6.0",
"time-grunt": "^1.0.0",
"typescript": "^1.3.0"
}
}