forked from Learnosity/learnosity-demos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 760 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
{
"name": "demos",
"version": "1.0.0",
"description": "Jumpstart your integration of the Learnosity APIs into your learning platform.",
"main": "gulpfile.js",
"dependencies": {
"gulp": "^3.9.0",
"gulp-concat": "*",
"gulp-copy": "0.0.2",
"gulp-minify-css": "^1.2.1",
"gulp-replace": "^0.5.4",
"gulp-uglify": "^1.5.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Learnosity/learnosity-demos.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Learnosity/learnosity-demos/issues"
},
"homepage": "https://github.com/Learnosity/learnosity-demos#readme"
}