This repository was archived by the owner on Jan 10, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 1.98 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 1.98 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
63
64
65
66
67
68
69
70
71
{
"name": "edm.js",
"version": "1.0.0",
"description": "(E)vent (D)riven (M)odels for JavaScript. A listener-based, one-way data layer with support for AngularJs 1.x.",
"main": "index.js",
"scripts": {
"dev": "./node_modules/babel-cli/bin/babel-node.js ./compiler.js --dev",
"build": "./node_modules/babel-cli/bin/babel-node.js ./compiler.js --build",
"test": "./node_modules/babel-cli/bin/babel-node.js ./compiler.js --test"
},
"repository": {
"type": "git",
"url": "https://github.com/foglerek/edm.js.git"
},
"keywords": [
"javascript",
"js",
"data",
"event",
"listen",
"one-way"
],
"author": "Alexander Wesolowski",
"license": "MIT",
"bugs": {
"url": "https://github.com/foglerek/edd.js/issues"
},
"homepage": "https://github.com/foglerek/edm.js",
"browserify-shim": {
"lodash": "global:_"
},
"devDependencies": {
"babel": "^6.1.18",
"babel-cli": "^6.2.0",
"babel-core": "^6.1.21",
"babel-eslint": "^4.1.5",
"babel-plugin-transform-runtime": "^6.1.18",
"babel-preset-es2015": "^6.1.18",
"babelify": "^7.2.0",
"browserify": "^12.0.1",
"browserify-shim": "^3.8.12",
"del": "^2.1.0",
"eslint": "^1.9.0",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.0",
"gulp-eslint": "^1.1.0",
"gulp-iife": "^0.2.4",
"gulp-sourcemaps": "^1.6.0",
"jasmine": "^2.3.2",
"jasmine-core": "^2.3.4",
"json5": "^0.4.0",
"karma": "^0.13.15",
"karma-browserify": "^4.4.2",
"karma-chrome-launcher": "^0.2.1",
"karma-coverage": "^0.5.3",
"karma-firefox-launcher": "^0.1.7",
"karma-ie-launcher": "^0.2.0",
"karma-jasmine": "^0.3.6",
"karma-nodewebkit-launcher": "^0.0.12",
"karma-sourcemap-loader": "^0.3.6",
"lodash": "^3.10.1",
"lodash-cli": "^3.10.1",
"nw": "^0.12.3",
"path": "^0.12.7",
"run-sequence": "^1.1.5",
"through": "^2.3.8",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.6.1"
}
}