forked from sapient-global/best-practices
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.74 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "sapient-interactive-development-best-practices",
"version": "0.2.0",
"homepage": "http://sapient.com",
"description": "This document is an overview of Front End development standards that we adhere to at Sapient. These best practices are collected from the experiences we've had with numerous, large-scale projects, as well as a variety of web resources. These standards will help reduce friction in your workflows by providing a common starting point and will serve as a useful intro for both new hires and contractors.",
"main": "index.html",
"dependencies": {
"grunt": "~0.4.1"
},
"repository": {
"type": "git",
"url": "https://github.com/sapient-interactive-development/best-practices"
},
"keywords": [
"best",
"practices",
"global",
"sapientnitro",
"sapient",
"globalmarkets"
],
"authors": [
"Thomas Cowell",
"Gerhard Schoder",
"Rob Larsen",
"Jon Mittlebronn",
"Ryan Fitzer",
"Holger Hellinger",
"Niklas Zillinger",
"Sailesh Raghavan",
"Kumar Gaurav",
"Venkat R Iyer",
"Matt Dales",
"Joe Morgan",
"Ryan Mitchell",
"Cesar Perez"
],
"paths": {
"css": "dist/assets/stylesheets/",
"js": "dist/assets/javascripts/",
"images": "dist/assets/images/"
},
"license": "MIT",
"readmeFilename": "README.md",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-cssmin": "~0.6.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-watch": "~0.4.4",
"grunt-contrib-uglify": "~0.2.1",
"grunt-contrib-jshint": "~0.5.4",
"matchdep": "~0.1.2",
"assemble": "~0.3.80",
"grunt-contrib-connect": "~0.3.0",
"grunt-open": "~0.2.0",
"grunt-gh-pages": "~0.5.1",
"grunt-contrib-clean": "~0.4.1"
}
}