forked from MartinRixham/Datum
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 754 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 754 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
{
"name": "Datum",
"version": "0.8.0",
"author": {
"name": "Martin Rixham",
"email": "martin.rixham@gmail.com"
},
"license": "LGPL-3.0",
"homepage": "http://datumjs.com",
"main": "target/Datum.js",
"dependencies": {},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-concat-define": "^0.7.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-qunit": "^1.2.0",
"grunt-contrib-uglify": "^1.0.1",
"grunt-jscs": "^2.8.0",
"grunt-md2html": "^0.3.1",
"grunt-mkdir": "^1.0.0",
"qunitjs": "^1.23.0",
"requirejs": "^2.3.2"
},
"repository": {
"type": "git",
"url": "git://github.com/MartinRixham/Datum.git"
},
"bugs": {
"url": "https://github.com/MartinRixham/Datum/issues"
}
}