-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 963 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
{
"name": "facet-core",
"version": "0.1.0",
"description": "Base object that provides common functionality and gets extended by the other facet modules",
"main": "index.js",
"scripts": {
"test": "mocha --require test/support/env --reporter spec --check-leaks test/"
},
"repository": {
"type": "git",
"url": "https://github.com/facet/core.git"
},
"keywords": [
"facet",
"facet-core",
"core"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/facet/core/issues"
},
"homepage": "https://github.com/facet/core",
"dependencies": {
"murmurhash": "0.0.2",
"promise": "^5.0.0",
"underscore": "^1.6.0"
},
"devDependencies": {
"chai": "^1.9.2",
"chai-things": "^0.2.0",
"eventemitter2": "^0.4.14",
"express": "^4.9.8",
"facet-intercom": "^0.1.0",
"mocha": "^1.21.5",
"sinon": "^1.12.2",
"sinon-chai": "^2.6.0",
"supertest": "^0.14.0"
}
}