-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
47 lines (47 loc) · 1.15 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
44
45
46
47
{
"name": "overseer",
"version": "13.0.0",
"description": "Classroom attendance management.",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "jest",
"start": "concurrently \"make start\" \"make watch\""
},
"repository": {
"type": "git",
"url": "https://github.com/thedreadpirate/overseer.git"
},
"author": "Steven Shogren, Keith O'Brien",
"license": "Proprietary",
"bugs": {
"url": "https://github.com/thedreadpirate/overseer/issues"
},
"homepage": "https://github.com/thedreadpirate/overseer",
"dependencies": {
"cal-heatmap": "3.5.4",
"d3": "3.5.6",
"flux": "2.1.1",
"griddle-react": "0.2.14",
"jest-cli": "0.5.4",
"moment": "2.10.6",
"object-assign": "3.0.0",
"react": "0.13.3",
"react-notification-system": "0.1.14",
"react-router": "0.13.3",
"react-skylight": "0.2.0",
"react-widgets": "2.8.0",
"underscore": "1.8.3"
},
"devDependencies": {
"babelify": "6.3.0",
"browserify": "11.0.1",
"concurrently": "2.0.0",
"reactify": "1.1.1",
"uglifyify": "3.0.1",
"watchify": "3.4.0",
"npm-shrinkwrap": "6.0.1"
}
}