forked from learningequality/ka-lite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 1.01 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
{
"name": "ka-lite",
"version": "0.0.0",
"description": "[Khan Academy](http://www.khanacademy.org/)'s core mission is to \"provide a free world-class education for anyone anywhere\", and as [70% of the world's population is without access to the internet](http://en.wikipedia.org/wiki/Global_Internet_usage), primarily in the developing world, providing an alternative delivery mechanism for Khan Academy content is key to fulfilling this mission.",
"main": "grunt.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/learningequality/ka-lite.git"
},
"author": "",
"license": "BSD",
"readmeFilename": "README.md",
"gitHead": "656531e178669a9b0a27571e11982b4d245c6ac8",
"bugs": {
"url": "https://github.com/learningequality/ka-lite/issues"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-less": "~0.6.4",
"grunt-contrib-jshint": "^0.10.0"
}
}