-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 969 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
{
"name": "simplyhomework",
"version": "1.0.0",
"private": true,
"description": "Education with a little more swag.",
"dependencies": {
"babel-runtime": "^6.18.0",
"bcrypt": "^0.8.7",
"chroma-js": "^1.1.1",
"damerau-levenshtein": "git://github.com/cbaatz/damerau-levenshtein.git",
"fibers": "^1.0.13",
"linkify-it": "^2.0.1",
"lru-cache": "^4.0.1",
"request": "^2.79.0",
"spin.js": "^2.3.2",
"sweetalert": "^1.1.3",
"tether": "^1.3.2",
"tlds": "^1.165.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lieuwex/simplyhomework.git"
},
"author": "simply <[email protected]> (http://www.simplyapps.nl/)",
"license": "CPAL-1.0",
"bugs": {
"url": "https://github.com/lieuwex/simplyhomework/issues"
},
"homepage": "https://github.com/lieuwex/simplyhomework#readme"
}