-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (43 loc) · 2.22 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
{
"name": "elliptical-browser",
"description": "ExpressJS Browser style app",
"version": "1.1.7",
"author": "S. Francis",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ellipticaljs/browser.git"
},
"dependencies":{
"elliptical-utils":"git+https://github.com/ellipticaljs/utils.git",
"dustjs":"git+https://github.com/ellipticaljs/dustjs.git",
"elliptical-dust-helpers":"git+https://github.com/ellipticaljs/dust-helpers.git",
"elliptical-class":"git+https://github.com/ellipticaljs/class.git",
"elliptical-event":"git+https://github.com/ellipticaljs/event.git",
"elliptical-location":"git+https://github.com/ellipticaljs/location.git",
"elliptical-crypto":"git+https://github.com/ellipticaljs/crypto.git",
"elliptical-http":"git+https://github.com/ellipticaljs/http.git",
"elliptical-soa":"git+https://github.com/ellipticaljs/soa.git",
"elliptical-container":"git+https://github.com/ellipticaljs/container.git",
"elliptical-document":"git+https://github.com/ellipticaljs/document.git",
"elliptical-middleware":"git+https://github.com/ellipticaljs/middleware.git",
"elliptical-controller":"git+https://github.com/ellipticaljs/controller.git",
"elliptical-view":"git+https://github.com/ellipticaljs/view.git",
"elliptical-transitions":"git+https://github.com/ellipticaljs/transitions.git",
"elliptical-template":"git+https://github.com/ellipticaljs/template.git",
"elliptical-dom-event":"git+https://github.com/ellipticaljs/dom-event.git",
"elliptical-notification":"git+https://github.com/ellipticaljs/notification.git",
"elliptical-service":"git+https://github.com/ellipticaljs/service.git",
"elliptical-repository-provider":"git+https://github.com/ellipticaljs/repository-provider.git",
"elliptical-rest-provider":"git+https://github.com/ellipticaljs/rest-provider.git"
},
"devDependencies": {
"gulp": "^3.6.0",
"gulp-util": "^2.2.14",
"gulp-concat": "^2.2.0",
"gulp-tap": "^0.1.1",
"fs-extra": "^0.8.1",
"gulp-uglify": "^0.2.1",
"merge-stream": "^0.1.5"
}
}