-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (29 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
{
"name": "bootstrap-project-manager"
, "english_name": "Bootstrap Project Manager"
, "description": "Bootstrap Project Manager"
, "version": "1.0.1"
, "keywords": ["bootstrap", "css"]
, "homepage": "https://github.com/cdcarson/bootstrap-project-manager"
, "author": "Christopher Carson."
, "repository": {
"type": "git",
"url": "https://github.com/cdcarson/bootstrap-project-manager.git"
}
, "licenses": [
{
"type": "Apache-2.0"
, "url": "http://www.apache.org/licenses/LICENSE-2.0"
}
]
, "devDependencies": {
"grunt": "~0.4.1"
, "grunt-contrib-clean": "~0.5.0"
, "grunt-contrib-concat": "~0.3.0"
, "grunt-contrib-copy": "~0.4.1"
, "grunt-contrib-uglify": "~0.2.4"
, "grunt-contrib-watch": "~0.5.3"
, "grunt-recess": "~0.4.0"
, "underscore": "~1.5.2"
}
}