-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.04 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
{
"name": "khanacademyjs",
"version": "0.4.17",
"description": "Node.JS Client SDK for interacting with Khan Academy APIs",
"main": "index.js",
"update": "14",
"scripts": {
"test": "echo \"Error: no tests specified\" && exit 1"
},
"author": "phanatic",
"license": "MIT",
"dependencies": {
"loose-envify": "^1.1.0",
"prop-types": "^15.6.2",
"async": "^2.0.1",
"request": "^2.74.0",
"hydro": "0.10.1"
},
"repository": {
"type": "git",
"url": "https://github.com/Phanatic/KhanAcademyJS.git"
},
"devDependencies": {
"eslint": "2.8.0",
"gulp": "3.9.1",
"gulp-eslint": "2.0.0",
"gulp-filter": "4.0.0",
"gulp-header": "1.7.1",
"gulp-jsbeautifier": "2.0.3",
"gulp-mocha": "2.2.0",
"gulp-replace": "0.5.4",
"gulp-util": "3.0.7",
"istanbul": "0.4.3",
"js-beautify": "1.6.2",
"mocha": "2.4.5",
"q": "1.4.1",
"randomstring": "1.1.4",
"rewire": "2.5.1",
"should": "8.3.1",
"sinon": "1.17.3",
"tcp-proxy": "0.0.1",
"yargs": "4.6.0"
}
}