-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.39 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.39 KB
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
{
"name": "emily",
"description": "Runtime agnostic JS library for scalable web applications.",
"version": "3.0.7",
"homepage": "http://flams.github.com/emily/",
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/flams/emily/master/LICENSE"
}
],
"files": [
"src",
"LICENSE"
],
"author": "Olivier Scherrer <pode.fr@gmail.com>",
"devDependencies": {
"promises-aplus-tests": ">=2.0.3",
"jasmine-node": "~1.14.3"
},
"keywords": [
"library",
"AMD/commonJS",
"Promise",
"Observable",
"StateMachine",
"Store",
"scalable webapp"
],
"repository": {
"type": "git",
"url": "git@github.com:flams/emily.git"
},
"bugs": {
"url": "https://github.com/flams/emily/issues"
},
"main": "src/Emily.js",
"engines": {
"node": ">= 0.6.0"
},
"dependencies": {
"compare-numbers": "0.0.1",
"get-closest": "0.0.2",
"get-global": "0.0.1",
"highway": "0.0.3",
"nested-property": "0.0.6",
"object-count": "0.0.1",
"observable-store": "0.0.5",
"shallow-copy": "0.0.1",
"shallow-diff": "0.0.5",
"simple-loop": "0.0.4",
"simple-object-mixin": "0.0.1",
"synchronous-fsm": "0.0.3",
"to-array": "~0.1.4",
"transport": "0.0.3",
"watch-notify": "0.0.3"
},
"scripts": {
"test": "jasmine-node specs/",
"test-promise": "node tools/promise-test/runTest.js"
}
}