|
1 | 1 | { |
2 | | - "name": "reveal.js", |
3 | | - "version": "3.1.0", |
4 | | - "description": "The HTML Presentation Framework", |
5 | | - "homepage": "http://lab.hakim.se/reveal-js", |
6 | | - "subdomain": "revealjs", |
7 | | - "main": "js/reveal.js", |
| 2 | + "name": "node-http-practice", |
| 3 | + "version": "0.0.1", |
| 4 | + "private": true, |
8 | 5 | "scripts": { |
9 | | - "test": "grunt test", |
10 | | - "start": "" |
11 | | - }, |
12 | | - "author": { |
13 | | - "name": "Hakim El Hattab", |
14 | | - |
15 | | - "web": "http://hakim.se" |
16 | | - }, |
17 | | - "repository": { |
18 | | - "type": "git", |
19 | | - "url": "git://github.com/hakimel/reveal.js.git" |
20 | | - }, |
21 | | - "engines": { |
22 | | - "node": "~0.10.0" |
| 6 | + "start": "npm demo/bin/www" |
23 | 7 | }, |
24 | 8 | "dependencies": { |
25 | | - "underscore": "~1.5.1", |
26 | | - "express": "~2.5.9", |
27 | | - "mustache": "~0.7.2", |
28 | | - "socket.io": "~0.9.16" |
29 | 9 | }, |
30 | 10 | "devDependencies": { |
31 | | - "grunt-contrib-qunit": "~0.5.2", |
32 | | - "grunt-contrib-jshint": "~0.6.4", |
33 | | - "grunt-contrib-cssmin": "~0.12.2", |
34 | | - "grunt-contrib-uglify": "~0.2.4", |
35 | | - "grunt-contrib-watch": "~0.5.3", |
36 | | - "grunt-sass": "~0.14.0", |
37 | | - "grunt-contrib-connect": "~0.8.0", |
38 | | - "grunt-autoprefixer": "~1.0.1", |
39 | | - "grunt-zip": "~0.7.0", |
40 | | - "grunt": "~0.4.0", |
41 | | - "node-sass": "~0.9.3" |
42 | | - }, |
43 | | - "licenses": [ |
44 | | - { |
45 | | - "type": "MIT", |
46 | | - "url": "https://github.com/hakimel/reveal.js/blob/master/LICENSE" |
47 | | - } |
48 | | - ] |
| 11 | + "gulp": "^3.8.10", |
| 12 | + "gulp-gh-pages": "^0.4.0", |
| 13 | + "gulp-open": "^0.3.1", |
| 14 | + "gulp-rename": "^1.2.0", |
| 15 | + "shelljs": "^0.3.0" |
| 16 | + } |
49 | 17 | } |
0 commit comments