-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·76 lines (76 loc) · 2.14 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "whitneyit",
"description": "Portfolio page for whitneyit",
"version": "0.0.1",
"homepage": "https://github.com/whitneyit/whitneyit.github.io",
"repository": {
"type": "git",
"url": "git://github.com:whitneyit/whitneyit.github.io.git"
},
"private": true,
"licenses": "MIT",
"main": "dist/whitneyit.js",
"keywords": [
"whitneyit"
],
"author": "James Whitney <[email protected]>",
"contributors": [],
"bugs": {
"url": "https://github.com/whitneyit/whitneyit.github.io/issues"
},
"scripts": {
"install": "./node_modules/.bin/bower install --config.interactive=false && ./node_modules/.bin/tsd update",
"start": "npm install && gulp default",
"test": "gulp test",
"coveralls": "cat ./coverage/lcov/lcov.info | ./node_modules/.bin/coveralls"
},
"dependencies": {},
"devDependencies": {
"bower": "^1.3.12",
"chalk": "^0.5.1",
"coveralls": "^2.11.2",
"del": "^0.1.3",
"detect-environment": "^1.0.0-alpha6",
"gulp": "^3.8.7",
"gulp-chmod": "^1.1.0",
"gulp-concat": "^2.4.1",
"gulp-csslint": "^0.1.5",
"gulp-cssmin": "^0.1.6",
"gulp-eslint": "^0.1.8",
"gulp-filter": "^1.0.2",
"gulp-footer": "^1.0.5",
"gulp-git": "^0.5.4",
"gulp-gzip": "0.0.8",
"gulp-header": "^1.0.5",
"gulp-if": "^1.2.4",
"gulp-image": "^0.3.3",
"gulp-jscs": "^1.1.0",
"gulp-jsdoc": "^0.1.4",
"gulp-jsonlint": "^1.0.1",
"gulp-karma": "0.0.4",
"gulp-plato": "^1.0.1",
"gulp-rename": "^1.2.0",
"gulp-sass": "^0.7.1",
"gulp-serve": "^0.2.0",
"gulp-size": "^1.0.0",
"gulp-template": "^1.0.0",
"gulp-typescript": "^2.3.0",
"gulp-uglify": "^0.3.1",
"gulp-util": "^3.0.0",
"js-yaml": "^3.1.0",
"karma": "^0.12.24",
"karma-coverage": "^0.2.6",
"karma-jasmine": "^0.2.2",
"karma-lodash-template-preprocessor": "^0.1.2",
"karma-phantomjs-launcher": "^0.1.4",
"karma-requirejs": "^0.2.2",
"karma-typescript-preprocessor": "^0.0.14",
"lodash.template": "^2.4.1",
"psi": "0.0.3",
"q": "^1.1.1",
"serve-index": "^1.5.0",
"tsd": "^0.5.7",
"typescript": "^1.3.0",
"yargs": "^1.3.1"
}
}