-
Notifications
You must be signed in to change notification settings - Fork 40
/
package.json
48 lines (48 loc) · 1.11 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "jsonapi-datastore",
"version": "0.4.0-beta",
"description": "JavaScript client-side JSON API data handling made easy.",
"main": "dist/node-jsonapi-datastore.js",
"files": [
"dist/"
],
"directories": {
"test": "test"
},
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/beauby/jsonapi-datastore.git"
},
"keywords": [
"JSON",
"parsing",
"serializing",
"datastore",
"JSONAPI"
],
"author": "Lucas Hosseini <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/beauby/jsonapi-datastore/issues"
},
"homepage": "https://github.com/beauby/jsonapi-datastore#readme",
"devDependencies": {
"chai": "^3.2.0",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-jsbeautify": "^0.1.1",
"gulp-jscs": "^2.0.0",
"gulp-jshint": "^1.11.2",
"gulp-markdox": "^0.1.1",
"gulp-mocha": "^2.1.3",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.2.0",
"gulp-wrap": "^0.11.0",
"gulp-babel": "^5.2.1",
"babel": "^5.8.23",
"mocha": "^2.2.5"
}
}