-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
33 lines (33 loc) · 912 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
29
30
31
32
33
{
"name": "funjs-reactive-loop-dojo",
"version": "1.0.0",
"description": "Dojo for the FunctionalJS Reactive Loop talk",
"private": true,
"main": "index.js",
"scripts": {
"postinstall": "jspm install",
"start": "http-server",
"watch": "livereload"
},
"author": "Sébastien Cevey <[email protected]>",
"license": "GPL",
"devDependencies": {
"http-server": "^0.8.0",
"jspm": "~0.15.6",
"livereload": "^0.3.7"
},
"jspm": {
"directories": {},
"dependencies": {
"json": "github:systemjs/plugin-json@^0.1.0",
"reqwest": "github:ded/reqwest@^1.1.5",
"rx": "npm:rx@~2.5.2",
"vdom-virtualize": "npm:vdom-virtualize@^0.0.7",
"virtual-dom": "npm:virtual-dom@~2.0.1"
},
"devDependencies": {
"traceur": "github:jmcriffey/[email protected]",
"traceur-runtime": "github:jmcriffey/[email protected]"
}
}
}