-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.34 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.34 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "js-data-hal",
"description": "Hal adapter for js-data.",
"version": "0.1.0",
"homepage": "http://www.js-data.io/js-data-hal",
"repository": {
"type": "git",
"url": "https://github.com/js-data/js-data-hal.git"
},
"author": {
"name": "Jason Dobry",
"email": "jason.dobry@gmail.com"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/js-data/js-data-hal/blob/master/LICENSE"
}
],
"main": "./src/index.js",
"devDependencies": {
"grunt": "0.4.5",
"grunt-browserify": "3.0.1",
"grunt-contrib-clean": "0.6.0",
"grunt-contrib-concat": "0.5.0",
"grunt-contrib-copy": "0.6.0",
"grunt-contrib-jshint": "0.10.0",
"grunt-contrib-uglify": "0.6.0",
"grunt-contrib-watch": "0.6.1",
"grunt-karma": "0.9.0",
"grunt-karma-coveralls": "2.5.2",
"karma": "0.12.23",
"karma-chai": "0.1.0",
"karma-chrome-launcher": "0.1.4",
"karma-coverage": "0.2.6",
"karma-script-launcher": "0.1.0",
"karma-firefox-launcher": "0.1.3",
"karma-phantomjs-launcher": "0.1.4",
"karma-mocha": "0.1.9",
"karma-sinon": "1.0.3",
"karma-spec-reporter": "0.0.13",
"time-grunt": "1.0.0",
"jit-grunt": "0.8.0"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"axios": "0.3.1",
"mout": "0.10.0",
"js-data": "~0.4.x"
}
}