-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 945 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 945 Bytes
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
{
"name": "@quatrodev/systemjs-web-worker",
"version": "1.0.1",
"description": "SystemJS WebWorker with fallback.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"systemjs",
"web",
"workers"
],
"author": "Giedrius Grabauskas <giedrius@quatrodev.com>",
"license": "ISC",
"devDependencies": {
"del": "^1.1.1",
"gulp": "^3.9.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.5.1",
"gulp-tsd": "0.0.4",
"gulp-typescript": "^2.6.0",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.4",
"object-assign": "^2.0.0",
"typescript": "1.5.0-beta"
},
"jspm": {
"directories": {
"baseURL": "samples"
},
"devDependencies": {
"traceur": "github:jmcriffey/bower-traceur@0.0.88",
"traceur-runtime": "github:jmcriffey/bower-traceur-runtime@0.0.88"
}
}
}