-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 2.19 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "filament",
"version": "0.30.1",
"private": true,
"repository": {
"type": "git",
"url": "git://[email protected]:montagestudio/filament.git"
},
"engines": {
"node": "~4.8.0",
"npm": "~2.15.11"
},
"dependencies": {
"esprima": "^1.2.2",
"flow-editor": "montagestudio/flow-editor.git#0a5c22984beda2c412e33fa285d1cf52b302d2d9",
"matte": "montagejs/matte.git#master",
"minit": "montagejs/minit.git#master",
"mjs-volume": "montagestudio/mjs-volume.git#master",
"montage": "montagejs/montage.git#0131271de93e10fa480847caa46cba2510669f50",
"mop": "^16.1.3",
"npm": "^5.3.0",
"palette": "montagestudio/palette#master",
"q": "0.9.7",
"q-connection": "0.6.1",
"q-io": "^1.13.4",
"qr-encode": "0.1.0",
"semver": "^5.4.1",
"underscore": "1.4.4"
},
"devDependencies": {
"jasmine-console-reporter": "^1.2.7",
"jasmine-core": "^2.5.2",
"jasmine-node": "1.2.2",
"karma": "^1.5.0",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.1",
"karma-firefox-launcher": "^1.0.1",
"karma-jasmine": "^1.1.0",
"karma-phantomjs-launcher": "^1.0.2",
"sandboxed-module": "0.1.4",
"montage-testing": "montagejs/montage-testing.git#master",
"jshint": "2.1.9",
"watchr": "2.3.3",
"glTF-webgl-viewer": "montagejs/glTF-webgl-viewer.git#master"
},
"mappings": {
"filament-extension": {
"name": "filament-extension",
"location": "filament-extension"
},
"filament-asset-compiler": {
"name": "filament-asset-compiler",
"location": "filament-asset-compiler"
}
},
"scripts": {
"test": "node test/run-node.js",
"test:karma": "karma start --no-auto-watch --single-run --browsers=Chrome",
"test:karma-dev": "karma start --auto-watch --no-single-run --browsers=Chrome",
"lint": "./node_modules/.bin/jshint --verbose .",
"lumieres": "node test/functional/run.js",
"stage-deps": "git add --update node_modules && git add node_modules",
"package-deps": "npm install && npm run stage-deps",
"package-deps-clean": "rm -rf node_modules && npm run package-deps",
"package-deps-update": "npm update && npm run stage-deps"
},
"manifest": true
}