-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
31 lines (31 loc) · 1.03 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
{
"name": "LTI-Tester",
"version": "1.0.0",
"description": "A tool to help test LTI integration with Foliotek or other LTI compatible sites.",
"main": "Gruntfile.js",
"dependencies": {},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-connect": "^0.8.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-cssmin": "^0.12.2",
"grunt-contrib-less": "^1.0.0",
"grunt-contrib-uglify": "^0.5.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-newer": "^1.1.0",
"grunt-usemin": "^3.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "grunt prod --nowatch && cd dist && git init && git add . && git commit -m \"Deploy\" && git push --force \"https://github.com/foliotek/LTI-Tester\" master:gh-pages"
},
"repository": {
"type": "git",
"url": "https://github.com/Foliotek/LTI-Tester.git"
},
"author": "",
"license": "ISC",
"homepage": "https://foliotek.github.io/LTI-Tester"
}