-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 911 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": "typr.club",
"version": "1.0.0",
"author": "Rui Ramos",
"scripts": {
"build": "jspm bundle lib/main.js build.js --minify"
},
"jspm": {
"dependencies": {
"clean-css": "npm:clean-css@^3.4.19",
"cookie": "npm:cookie@^0.2.0",
"css": "github:systemjs/plugin-css@^0.1.20",
"getusermedia": "npm:getusermedia@^2.0.1",
"jquery": "github:components/jquery@^2.1.4",
"lodash": "npm:lodash@^3.10.1",
"mdi": "npm:mdi@^1.3.41",
"redis": "npm:redis@^2.6.2",
"ruiramos/recordrtc": "github:ruiramos/[email protected]",
"uuid": "npm:uuid@^2.0.1"
},
"devDependencies": {
"babel": "npm:babel-core@^5.8.24",
"babel-runtime": "npm:babel-runtime@^5.8.24",
"core-js": "npm:core-js@^1.1.4"
}
},
"dependencies": {
"recordrtc": "github:ruiramos/recordrtc"
},
"devDependencies": {
"jspm": "^0.16.53"
}
}