-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 867 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 867 Bytes
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
{
"name": "poorimpulse-web",
"version": "1.0.0",
"description": "Website for the Pool Impulse Control website",
"main": "index.js",
"scripts": {
"lint": "jshint .",
"validate": "npm ls && gulp"
},
"author": "Russell Hay",
"license": "MIT",
"devDependencies": {
"concurrent-transform": "^1.0.0",
"google-spreadsheet": "^1.0.1",
"gulp": "^3.9.0",
"gulp-changed": "^1.3.0",
"gulp-gzip": "^1.2.0",
"gulp-s3": "^0.3.0",
"gulp-sass": "^2.0.4",
"gulp-util": "^3.0.6",
"jade": "^1.11.0",
"mp3-duration": "^1.0.5",
"node-bourbon": "^4.2.3",
"node-neat": "^1.7.2",
"precommit-hook": "^3.0.0",
"replace-ext": "0.0.1",
"require-dir": "^0.3.0",
"through2": "^2.0.0",
"vinyl-source-stream": "^1.1.0"
},
"pre-commit": [
"lint",
"validate",
"test"
],
"private": true
}