-
Notifications
You must be signed in to change notification settings - Fork 61
/
package.json
49 lines (49 loc) · 1.2 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
{
"name": "forgejs",
"version": "0.9.6",
"description": "ForgeJS JavaScript library",
"author": "GoPro, Inc.",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/gopro/forgejs.git"
},
"devDependencies": {
"google-closure-compiler": "^20170124.0.0",
"grunt": "~0.4.5",
"grunt-clear": "~0.2.1",
"grunt-closure-tools": "~0.9.9",
"grunt-contrib-clean": "~0.7.0",
"grunt-contrib-concat": "~0.5.1",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-jshint": "~0.11.3",
"grunt-contrib-watch": "~0.6.1",
"grunt-gitinfo": "~0.1.7",
"grunt-jscs": "~2.3.0",
"grunt-jsdoc": "~2.1.0",
"grunt-karma": "~2.0.0",
"grunt-text-replace": "~0.4.0",
"jasmine-core": "^2.6.4",
"jasmine-jquery": "^2.1.1",
"jshint-stylish": "^2.1.0",
"json-schema-docs-generator": "^2.1.2",
"karma": "^1.6.0",
"karma-chrome-launcher": "^2.0.0",
"karma-jasmine": "^1.1.0",
"karma-jasmine-jquery": "^0.1.1"
},
"dependencies": {
"cpr": "^1.1.2",
"jsonfile": "^2.3.1",
"path": "^0.12.7",
"read": "^1.0.7"
},
"keywords": [
"forge",
"forgejs",
"webvr",
"vr",
"gopro",
"kolor"
]
}