-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.27 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.27 KB
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
{
"name": "angularjs-projectlist.github.io",
"version": "1.0.0",
"description": "A single-page application that displays a user’s GitHub projects and lets you view the project’s README.",
"main": "index.js",
"dependencies": {
"grunt": "^0.4.5",
"grunt-contrib-concat": "latest",
"grunt-contrib-cssmin": "latest",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-nodeunit": "~0.4.1",
"grunt-contrib-uglify": "latest"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-compass": "^1.1.1",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-cssmin": "^1.0.2",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-nodeunit": "~0.4.1",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-ng-annotate": "^3.0.0"
},
"scripts": {
"postinstall": "bower install",
"test": "grunt build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/saorabhkr/angularjs-github-projectlist.github.io.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/saorabhkr/angularjs-github-projectlist.github.io/issues"
},
"homepage": "https://github.com/saorabhkr/angularjs-github-projectlist.github.io#readme"
}