-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
43 lines (43 loc) · 1.02 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
{
"name": "be-hippo",
"version": "3.1.0",
"description": "A PropositionH hypermedia consumer",
"main": "index.js",
"scripts": {
"start": "gulp",
"test": "gulp test"
},
"keywords": [
"hypermedia",
"propositionh",
"hal"
],
"author": "Sean Dunn <[email protected]> (http://www.dunns.me/)",
"license": "MIT",
"devDependencies": {
"bower": "^1.3.8",
"chai": "^1.9.1",
"chai-as-promised": "^4.1.1",
"gulp": "^3.8.6",
"gulp-debug": "^1.0.0",
"gulp-jscs": "^1.1.0",
"gulp-karma": "0.0.4",
"karma": "^0.12.17",
"karma-chrome-launcher": "^0.1.4",
"karma-coverage": "^0.2.5",
"karma-mocha": "^0.1.6",
"karma-osx-reporter": "^0.1.0",
"karma-phantomjs-launcher": "^0.1.4",
"karma-requirejs": "^0.2.2",
"karma-sinon-chai": "^0.2.0",
"lodash": "^2.4.1",
"pretender": "^0.1.0",
"requirejs": "~2.1.10",
"es6-promise": "^2.3.0",
"reqwest": "^1.1.6"
},
"peerDependencies": {
"es6-promise": "^2.3.0",
"reqwest": "^1.1.6"
}
}