-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 778 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 778 Bytes
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
{
"name": "uUCI-pico",
"version": "0.0.1",
"author": "Nicolò Veronese",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/hitech95/uUCI"
},
"contributors": [
"Federico Cappon <federico@greenteadev.com.com> (greenteadev.com.com)"
],
"devDependencies": {
"bower": "^1.7.2",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-concat": "^0.4.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-cssmin": "^0.6.2",
"grunt-pure-grids": "^1.0.0",
"grunt-stripmq": "0.0.6",
"gulp": "^3.9.0",
"gulp-concat-css": "^2.2.0",
"gulp-cssnano": "^2.1.0",
"gulp-grunt": "^0.5.3",
"gulp-header": "^1.7.1",
"gulp-util": "^3.0.7"
}
}