|
1 | 1 | { |
2 | 2 | "name": "uw-frame", |
3 | | - "version": "2.0.0", |
| 3 | + "version": "2.0.1", |
4 | 4 | "description": "MyUW's frame project for creating angular based microservices.", |
5 | 5 | "scripts": { |
6 | 6 | "pretest": "cd uw-frame-components && bower --config.interactive=false install", |
|
11 | 11 | "build-java": "cd uw-frame-java && mvn clean install", |
12 | 12 | "prebuild-static": "npm install", |
13 | 13 | "build-static": "cd uw-frame-static && ./build.sh", |
14 | | - "postbuild-static" : "grunt", |
| 14 | + "postbuild-static": "grunt", |
15 | 15 | "predocs": "npm run build-docs", |
16 | 16 | "docs": "cd docs/target && superstatic", |
17 | 17 | "jetty": "cd uw-frame-java && mvn jetty:run", |
|
22 | 22 | "clean-uw-frame-java": "cd uw-frame-java && mvn clean", |
23 | 23 | "clean-uw-frame-static": "rm -rf uw-frame-static/target" |
24 | 24 | }, |
25 | | - "files" : [ |
| 25 | + "files": [ |
26 | 26 | "uw-frame-components", |
27 | 27 | "uw-frame-static", |
28 | 28 | "Gruntfile.js" |
|
39 | 39 | ], |
40 | 40 | "contributors": [ |
41 | 41 | { |
42 | | - "name" : "Tim Levett", |
43 | | - "email" : "tim.levett@wisc.edu" |
| 42 | + "name": "Tim Levett", |
| 43 | + "email": "tim.levett@wisc.edu" |
44 | 44 | }, |
45 | 45 | { |
46 | | - "name" : "Timothy Vertein" |
| 46 | + "name": "Timothy Vertein" |
47 | 47 | }, |
48 | 48 | { |
49 | | - "name" : "Jared Hanstra", |
50 | | - "email" : "jared.hanstra@wisc.edu" |
| 49 | + "name": "Jared Hanstra", |
| 50 | + "email": "jared.hanstra@wisc.edu" |
51 | 51 | } |
52 | 52 | ], |
53 | 53 | "license": { |
54 | | - "type" : "Apache-2.0", |
55 | | - "url" : "https://github.com/UW-Madison-DoIT/uw-frame/blob/master/LICENSE" |
| 54 | + "type": "Apache-2.0", |
| 55 | + "url": "https://github.com/UW-Madison-DoIT/uw-frame/blob/master/LICENSE" |
56 | 56 | }, |
57 | 57 | "bugs": { |
58 | 58 | "url": "https://github.com/UW-Madison-DoIT/uw-frame/issues" |
|
0 commit comments