-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1 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
{
"name": "frontend-project-template",
"version": "0.0.1",
"description": "A simple template for frontend code",
"main": "app.js",
"scripts": {},
"author": "Charlton Wilbur, Jeffrey Horn",
"license": "MIT",
"dependencies": {
"jquery": "^2.1.4"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-blanket": "0.0.8",
"grunt-browserify": "^3.8.0",
"grunt-contrib-jasmine": "^0.8.2",
"grunt-contrib-jshint": "^0.11.2",
"grunt-istanbul": "^0.5.0",
"grunt-jsbeautifier": "^0.2.10",
"grunt-jscs": "^1.8.0",
"grunt-jsonlint": "^1.0.4",
"grunt-plato": "^1.2.1",
"load-grunt-config": "^0.17.1",
"node-libs-browser": "^0.5.2",
"time-grunt": "^1.2.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/caraclarke/project-one.git"
},
"keywords": [
"grunt",
"configuration"
],
"bugs": {
"url": "https://github.com/caraclarke/project-one.git"
},
"homepage": "https://github.com/caraclarke/project-one.git#readme"
}