forked from forresto/engine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
component.json
43 lines (43 loc) · 964 Bytes
/
component.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
{
"name": "gss",
"repo": "the-gss/engine",
"description": "GSS runtime",
"version": "1.0.2-beta",
"author": "Dan Tocchini <[email protected]>",
"repo": "the-gss/engine",
"json": [
"component.json"
],
"remotes": [
"https://raw.githubusercontent.com"
],
"scripts": [
"lib/GSS-with-compiler.js",
"lib/GSS.js",
"lib/_.js",
"lib/EventTrigger.js",
"lib/dom/Query.js",
"lib/dom/View.js",
"lib/dom/Observer.js",
"lib/gssom/Node.js",
"lib/gssom/StyleSheet.js",
"lib/gssom/Rule.js",
"lib/Engine.js",
"lib/Commander.js",
"lib/Thread.js",
"lib/dom/Getter.js",
"lib/dom/IdMixin.js",
"vendor/gl-matrix.js"
],
"dependencies": {
"the-gss/compiler": "*",
"d4tocchini/customevent-polyfill": "*",
"slightlyoff/cassowary.js": "*"
},
"files": [
"vendor/observe.js",
"vendor/sidetable.js",
"vendor/MutationObserver.js"
],
"main": "lib/GSS-with-compiler.js"
}