-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 838 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
{
"name": "thrifti",
"version": "1.0.0",
"description": "marketplace for students, by students",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "python3 -m http.server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/VicFrolov/Markit.git"
},
"keywords": [
"thrifti",
"markeet",
"caml"
],
"author": "victor frolov",
"license": "ISC",
"bugs": {
"url": "https://github.com/VicFrolov/Markit/issues"
},
"eslintConfig": {
"env": {
"jquery": true
}
},
"homepage": "https://github.com/VicFrolov/Markit#readme",
"devDependencies": {
"eslint": "^3.19.0",
"webpack": "^1.13.2",
"webpack-dev-server": "^2.4.5"
},
"dependencies": {
"firebase": "^3.5.2",
"wnumb": "^1.0.4"
}
}