-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 906 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
36
37
38
39
40
41
42
43
{
"version": "0.0.1",
"name": "hyperjs",
"private": true,
"main": "dist/hyperjs.min.js",
"author": {
"name": "Fredrik Olsson",
"email": "fredrik.olsson2@outlook.com"
},
"repository": {
"type": "git",
"url": "git://github.com/fredolss/hyperjs.git"
},
"homepage": "https://github.com/fredolss/hyperjs",
"license": "MIT",
"scripts": {
"test": "gulp test",
"build": "gulp bundle"
},
"keywords": [
"JSON",
"REST",
"API",
"HATEOAS",
"hypertext",
"hypermedia",
"HAL"
],
"devDependencies": {
"@types/mocha": "^2.2.48",
"core-js": "^2.5.3",
"gulp": "^3.9.1",
"karma": "2.0.0",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.4",
"minify-stream": "^1.1.0",
"mocha": "^5.0.4",
"sinon": "^4.4.2",
"tsify": "^3.0.4",
"typescript": "2.7.2",
"vinyl-source-stream": "^2.0.0"
}
}