-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·45 lines (45 loc) · 1.27 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
{
"name": "ftw.candlestick",
"version": "1.0.0",
"repository": "https://github.com/4teamwork/ftw.candlestick",
"license": "MIT",
"description": "Javascript library for automatically make phone links by walking through the DOM.",
"private": true,
"scripts": {
"test": "karma start",
"build": "grunt build",
"watch": "grunt watch"
},
"devDependencies": {
"babel-preset-es2015": "6.16.0",
"babelify": "7.3.0",
"babelify-es6-polyfill": "1.0.4",
"browserify-shim": "3.8.12",
"chai": "3.5.0",
"grunt": "1.0.1",
"grunt-browserify": "5.0.0",
"grunt-contrib-requirejs": "^1.0.0",
"grunt-contrib-watch": "1.0.0",
"grunt-karma": "2.0.0",
"jasmine-core": "2.5.2",
"jquery": "2.1.0",
"karma": "1.3.0",
"karma-babel-preprocessor": "6.0.1",
"karma-browserify": "5.1.0",
"karma-chai": "0.1.0",
"karma-chrome-launcher": "2.0.0",
"karma-fixture": "0.2.6",
"karma-html2js-preprocessor": "1.1.0",
"karma-jasmine": "1.0.2",
"karma-phantomjs-launcher": "1.0.2",
"requirejs": "^2.3.6",
"underscore": "1.8.3"
},
"dependencies": {
"array-includes": "3.0.1",
"escape-string-regexp": "1.0.5",
"google-libphonenumber": "1.1.0",
"repeat-string": "1.5.4"
},
"browserify-shim": {}
}