forked from zurb/tribute
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.29 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
{
"name": "tributejs",
"version": "3.7.1",
"description": "Native ES6 @mentions",
"main": "dist/tribute.js",
"types": "tributejs.d.ts",
"devDependencies": {
"babel-cli": "~6.26.0",
"babel-plugin-add-module-exports": "^1.0.0",
"babel-preset-env": "^1.6.1",
"babelify": "8",
"browserify": "^16.2.2",
"gulp": "^4.0.0",
"gulp-babel": "^8.0.0",
"gulp-plumber": "^1.1.0",
"gulp-sass": "^4.0.1",
"gulp-uglifyjs": "^0.6.2",
"gulp-webserver": "^0.9.1",
"jasmine-core": "^3.3.0",
"karma": "^4.1.0",
"karma-browserify": "^6.0.0",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.2",
"karma-jasmine": "^2.0.1",
"karma-jasmine-html-reporter": "^1.4.0",
"karma-spec-reporter": "0.0.32",
"opn": "^6.0.0",
"puppeteer": "^1.15.0",
"vinyl-source-stream": "^2.0.0",
"watchify": "^3.7.0",
"zombie": "^6.1.2"
},
"repository": {
"type": "git",
"url": "git://github.com/zurb/tribute.git"
},
"scripts": {
"run": "babel src -w -d dist",
"test": "karma start test/karma.conf.js",
"build": "yarn run gulp build",
"test-single-run": "karma start test/karma.conf.js --single-run --browsers ChromeHeadless"
},
"author": "Jordan Humphreys <[email protected]>",
"license": "MIT",
"dependencies": {}
}