forked from prodest/Agenda-ES
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.58 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
{
"name": "agenda",
"repository": "http://github.com/hoisel/agenda",
"version": "0.1.0",
"scripts": {
"publish": "jspm install",
"lint": "eslint ./lib/plugin --fix --cache",
"start": "jspm-server --open=lib/espmEmulator/index.html"
},
"jspm": {
"registry": "jspm",
"main": "index",
"format": "cjs",
"directories": {
"lib": "lib/plugin"
},
"dependencies": {
"angular": "github:angular/bower-angular@^1.5.0",
"angular-ui-router": "github:angular-ui/ui-router@^0.2.18",
"angular-ui/ui-calendar": "github:angular-ui/ui-calendar@^1.0.1",
"bootstrap": "github:twbs/bootstrap@^3.3.6",
"css": "github:systemjs/plugin-css@^0.1.20",
"font-awesome": "npm:font-awesome@^4.5.0",
"fullcalendar": "npm:fullcalendar@^2.7.0-beta",
"image": "github:systemjs/plugin-image@^0.1.0",
"jquery": "npm:jquery@^2.2.3",
"json": "github:systemjs/plugin-json@^0.1.0",
"text": "github:systemjs/plugin-text@^0.0.7"
},
"devDependencies": {
"babel": "npm:babel-core@^5.8.24",
"babel-runtime": "npm:babel-runtime@^5.8.24",
"core-js": "npm:core-js@^1.1.4"
}
},
"devDependencies": {
"chai": "^1.10.0",
"eslint": "^2.7.0",
"eslint-config-idiomatic": "^2.0.0",
"eslint-config-prodest": "^1.0.12",
"eslint-config-prodest-angular": "^1.0.2",
"eslint-plugin-angular": "^1.0.0",
"gulp": "^3.8.10",
"gulp-bump": "^0.1.11",
"gulp-shell": "^0.2.11",
"gulp-watch": "^3.0.0",
"jspm": "^0.16.32",
"mocha": "^2.1.0",
"semver": "^5.1.0",
"sinon": "^1.12.2"
}
}