forked from mhaidarhanif/talk-reactive
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.34 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "mhaidarh-talk-reactive",
"version": "0.1.0",
"description": "Getting started into reactive programming/development with any technology stack or Meteor",
"homepage": "http://mhaidarhanif.org",
"subdomain": "talk/reactive",
"scripts": {
"test": "grunt test",
"start": ""
},
"author": {
"name": "M Haidar Hanif",
"email": "[email protected]",
"web": "http://mhaidarhanif.org"
},
"repository": {
"type": "git",
"url": "git://github.com/mhaidarh/talk-reactive.git"
},
"engines": {
"node": "~0.10.0"
},
"dependencies": {
"underscore": "~1.5.1",
"express": "~3.0.0",
"mustache": "~0.7.2",
"socket.io": "~0.9.13"
},
"devDependencies": {
"grunt": "~0.4.0",
"grunt-contrib-connect": "~0.4.1",
"grunt-contrib-cssmin": "~0.4.1",
"grunt-contrib-jshint": "~0.6.4",
"grunt-contrib-qunit": "~0.2.2",
"grunt-contrib-sass": "~0.5.0",
"grunt-contrib-uglify": "~0.2.4",
"grunt-contrib-watch": "~0.5.3",
"grunt-uncss": "^0.3.7",
"grunt-zip": "~0.7.0"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/hakimel/reveal.js/blob/master/LICENSE"
},
{
"type": "Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International",
"url": "https://github.com/mhaidarh/talk-reactive/slide/README.md"
}
]
}