-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
45 lines (45 loc) · 1.13 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
{
"name": "dashing",
"description": "Assembled dashing widgets for (AngularJS based) webapps",
"version": "0.4.9",
"license": "Apache-2.0",
"keywords": [
"angular",
"bootstrap",
"widgets"
],
"homepage": "https://github.com/stanleyxu2005/dashing",
"author": "Qian Xu (https://github.com/stanleyxu2005)",
"repository": {
"type": "git",
"url": "git+https://github.com/stanleyxu2005/dashing.git"
},
"devDependencies": {
"gulp": "latest",
"gulp-angular-templatecache": "latest",
"gulp-concat": "latest",
"gulp-convert-newline": "latest",
"gulp-headerfooter": "latest",
"gulp-htmlmin": "latest",
"gulp-js-prettify": "latest",
"gulp-clean-css": "latest",
"gulp-remove-empty-lines": "latest",
"gulp-rename": "latest",
"gulp-replace": "latest",
"gulp-sort": "latest",
"gulp-sourcemaps": "latest",
"gulp-strip-comments": "1.0.1",
"gulp-uglify": "latest"
},
"bugs": {
"url": "https://github.com/stanleyxu2005/dashing/issues"
},
"main": "gulpfile.js",
"files": [
"HISTORY.md",
"INSTALL.md",
"LICENSE",
"README.md",
"dist/"
]
}