-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
51 lines (51 loc) · 1.44 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": "protio",
"version": "0.0.1",
"description": "OpenTimelineIO Integration for Premiere Pro CC2017",
"bugs": {
"url": "https://github.com/alexwidener/premiere_pro_otio/issues"
},
"license": "TBD",
"author": "Alex Widener <mail@alexwidener.com> (http://alexwidener.com)",
"main": "dist/commonjs/index.js",
"repository": {
"type": "git",
"url": "http://github.com/alexwidener/premiere_pro_otio"
},
"devDependencies": {
"documentation": "5.2.2",
"git-rev": "0.2.1",
"gulp": "3.9.1",
"gulp-changed": "3.1.0",
"gulp-documentation": "3.2.1",
"gulp-eslint": "4.0.0",
"gulp-git": "2.4.2",
"gulp-notify": "3.0.0",
"gulp-replace": "0.6.1",
"gulp-sass": "3.1.0",
"jspm": "0.16.31",
"require-dir": "0.3.2",
"run-sequence": "2.1.0",
"shell-quote": "1.6.1",
"vinyl-fs": "3.0.3",
"vinyl-paths": "2.1.0"
},
"jspm": {
"dependencies": {
"bootstrap": "npm:bootstrap@4.0.0-alpha.6",
"devicons": "npm:devicons@1.8.0",
"loglevel": "github:pimterry/loglevel@1.4.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",
"path": "github:jspm/nodelibs-path@0.2.3",
"process": "github:jspm/nodelibs-process@0.1.2",
"shell-quote": "npm:shell-quote@1.6.1"
}
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.2.0"
}
}