forked from Laboratoria/lim-2018-05-bc-core-am-socialnetwork
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 1.09 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
{
"name": "lim-2018-05-bc-core-am-socialnetwork",
"version": "1.0.0",
"description": "social-network",
"main": "index.js",
"scripts": {
"htmlhint": "htmlhint src/*.html test/*.html",
"eslint": "eslint --ext .js src/ test/",
"pretest": "npm run eslint && npm run htmlhint",
"test-browser": "opener ./test/index.html",
"test-node": "nyc mocha ./test/headless.js && nyc report --reporter=html",
"test": "npm run test-node && npm run test-browser"
},
"repository": {
"type": "git",
"url": "git+https://github.com/malenazp/lim-2018-05-bc-core-am-socialnetwork.git"
},
"dependencies": {
"chai": "^4.1.2",
"firebase": "^5.2.0",
"htmlhint": "^0.9.13",
"karma": "^2.0.4",
"opener": "^1.4.3"
},
"devDependencies": {
"karma-nyan-reporter": "^0.2.5",
"nyc": "^12.0.2"
},
"keywords": [
"socialnetwork"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/malenazp/lim-2018-05-bc-core-am-socialnetwork/issues"
},
"homepage": "https://github.com/malenazp/lim-2018-05-bc-core-am-socialnetwork#readme"
}