-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.36 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.36 KB
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
{
"name": "angular-falcor-talk",
"version": "0.0.1",
"description": "Repo for live coding demo of FalcorJS and Angular 1",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "node ./node_modules/.bin/jspm install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rolaveric/angular-falcor-talk.git"
},
"author": "Jason Stone <rolaveric@gmail.com> (https://github.com/rolaveric)",
"license": "MIT",
"bugs": {
"url": "https://github.com/rolaveric/angular-falcor-talk/issues"
},
"homepage": "https://github.com/rolaveric/angular-falcor-talk#readme",
"dependencies": {
"babel": "^5.8.23",
"body-parser": "^1.14.1",
"express": "^4.13.3",
"falcor-express": "^0.1.2",
"falcor-json-graph": "^1.1.5",
"falcor-router": "^0.2.9",
"jspm": "^0.16.11"
},
"private": true,
"jspm": {
"directories": {
"baseURL": "public"
},
"dependencies": {
"angular": "github:angular/bower-angular@^1.4.7",
"falcor": "npm:falcor@^0.1.13",
"falcor-http-datasource": "npm:falcor-http-datasource@^0.1.2",
"text": "github:systemjs/plugin-text@^0.0.2"
},
"devDependencies": {
"babel": "npm:babel-core@^5.8.24",
"babel-runtime": "npm:babel-runtime@^5.8.24",
"core-js": "npm:core-js@^1.1.4"
}
}
}