forked from Cal-CS-61A-Staff/oh-queue
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 803 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
{
"name": "officehours-web",
"version": "1.0.0",
"description": "Office Hours ============",
"main": "index.js",
"engines" : { "node" : "14.2.0" },
"directories": {
"test": "tests"
},
"scripts": {
"flow": "flow; test $? -eq 0 -o $? -eq 2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Cal-CS-61A-Staff/officehours-web.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Cal-CS-61A-Staff/officehours-web/issues"
},
"homepage": "https://github.com/Cal-CS-61A-Staff/officehours-web#readme",
"dependencies": {
"babel-cli": "^6.14.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"babel-plugin-preval": "^1.5.0"
},
"devDependencies": {
"flow-bin": "^0.32.0"
}
}