-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1020 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 1020 Bytes
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
{
"name": "termslides",
"version": "1.0.0",
"description": "Add terminals into you reveal.js presentations",
"main": "Gruntfile.js",
"directories": {
"test": "test"
},
"dependencies": {},
"engines": {
"node": "^4.0.0"
},
"devDependencies": {
"express": "^4.16.4",
"express-ws": "^2.0.0-rc.1",
"grunt": "^1.0.4",
"grunt-autoprefixer": "^3.0.4",
"grunt-cli": "^1.2.0",
"grunt-contrib-cssmin": "^2.1.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-qunit": "^1.2.0",
"grunt-contrib-uglify": "^2.3.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-express-server": "^0.5.4",
"grunt-retire": "^1.0.8",
"grunt-sass": "^3.0.2",
"grunt-zip": "^0.17.1",
"jsdom": "^13.0.0",
"mustache": "^2.3.0",
"node-pty": "^0.7.2",
"serve-static": "^1.13.2",
"socket.io": "^2.2.0",
"xterm": "^3.8.1"
},
"scripts": {
"test": "grunt test",
"start": "grunt serve",
"build": "grunt"
},
"author": "",
"license": "ISC"
}