forked from interconnectit/my-eyes-are-up-here
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 844 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
29
30
31
32
33
{
"name": "my-eyes-are-up-here",
"version": "1.1.0",
"author": "Evgenii Nasyrov <[email protected]>",
"homepage": "https://interconnectit.com",
"private": true,
"repository": {
"type": "git",
"url": "git://github.com/interconnectit/my-eyes-are-up-here.git"
},
"bugs": {
"url": "https://github.com/interconnectit/my-eyes-are-up-here/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"scripts": {
"postinstall": "bower install && grunt dist"
},
"devDependencies": {
"bower": "^1.7.1",
"grunt": "^0.4.5",
"grunt-autoprefixer": "^3.0.3",
"grunt-contrib-cssmin": "^0.14.0",
"grunt-contrib-jshint": "^0.11.3",
"grunt-contrib-uglify": "^0.11.0",
"load-grunt-tasks": "^3.3.0",
"time-grunt": "^1.2.2"
}
}