forked from stewones/angular-morris
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 807 Bytes
/
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
{
"name": "angular-morris",
"private": false,
"version": "1.3.0",
"description": "Angular.js module wrapper for Morris.js",
"homepage": "https://angular-morris.io",
"scripts": {
"test": "cd client && gulp test",
"serve": "appfy serve",
"serve:dist": "appfy serve --dist",
"install": "cd client && npm install && bower install",
"build": "appfy build client --static",
"build-module": "appfy module angular-morris -b"
},
"main": "build/module/angular-morris/angular-morris.min.js",
"repository": {
"type": "git",
"url": "git+https://github.com/st1s/angular-morris.git"
},
"engines": {
"node": ">=0.10.0"
},
"tags": [
"angular.js",
"morris.js",
"charts"
]
}