-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.33 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
{
"name": "ngmatkit-es6",
"private": true,
"version": "0.0.5",
"description": "AngularJS Material Start with ES6",
"repository": "https://github.com/makbash/ngmatkit-es6",
"license": "MIT",
"jspm": {
"directories": {
"baseURL": "app",
"lib": "app/src"
},
"dependencies": {
"@uirouter/core": "npm:@uirouter/core@^5.0.23",
"angular": "github:angular/[email protected]",
"angular-animate": "github:angular/[email protected]",
"angular-aria": "github:angular/[email protected]",
"angular-material": "github:angular/bower-material@master",
"angular-messages": "github:angular/[email protected]",
"angular-ui-router": "github:angular-ui/angular-ui-router-bower@^1.0.22",
"css": "github:systemjs/plugin-css@^0.1.20",
"gsklee/ngStorage": "github:gsklee/ngStorage@^0.3.11",
"json": "github:systemjs/plugin-json@^0.1.0",
"text": "github:systemjs/plugin-text@^0.0.4"
},
"devDependencies": {
"traceur": "github:jmcriffey/[email protected]",
"traceur-runtime": "github:jmcriffey/[email protected]"
}
},
"devDependencies": {
"jspm": "^0.16.54",
"live-server": "^1.2.1"
},
"scripts": {
"postinstall": "jspm install",
"serve": "live-server ./app",
"dev": "npm run serve"
}
}