-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
47 lines (47 loc) · 1.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
{
"name": "leads",
"version": "1.0.0",
"description": "Leads plugin",
"main": "gulpfile.js",
"scripts": {
"test": "test",
"clean-tests": "rm -fr assets/tests",
"deploy": "npm run clean-tests && sh ./deploy.sh"
},
"repository": {
"type": "git",
"url": "https://davidwells@github.com/inboundnow/leads.git"
},
"keywords": [
"cta",
"calls",
"to",
"action"
],
"author": "Inbound Now",
"license": "GPL",
"bugs": {
"url": "https://github.com/inboundnow/leads/issues"
},
"homepage": "https://github.com/inboundnow/leads",
"dependencies": {},
"devDependencies": {
"grunt-wp-readme-to-markdown": "^0.8.0",
"gulp": "^3.8.5",
"gulp-clean": "^0.2.4",
"gulp-concat": "~2.1.7",
"gulp-header": "^1.0.2",
"gulp-jshint": "^1.6.1",
"gulp-karma": "0.0.4",
"gulp-markdox": "^0.1.0",
"gulp-plumber": "~0.6.2",
"gulp-rename": "~1.1.0",
"gulp-uglify": "~0.3.0",
"jshint-stylish": "^0.2.0",
"karma": "^0.12.16",
"karma-chrome-launcher": "^0.1.5",
"karma-jasmine": "~0.2.0",
"karma-phantomjs-launcher": "^0.1.4",
"karma-spec-reporter": "0.0.13"
}
}