-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
49 lines (49 loc) · 1.37 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
{
"name": "gigya-markup",
"version": "1.1.10",
"description": "HTML markup extensions on top of the Gigya JavaScript SDK for rendering and data-binding.",
"main": "dist/gy.js",
"author": "Scott Hovestadt <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "[email protected]:scotthovestadt/gigya-markup"
},
"scripts": {
"precommit": "gulp build-prod; git add dist/gy.js; git add dist/gy.js.map;"
},
"dependencies": {
"jquery": "2.2.3",
"lodash": "4.11.1",
"store": "1.3.20"
},
"devDependencies": {
"app-module-path": "1.0.6",
"babel-core": "6.7.6",
"babel-plugin-lodash": "2.2.2",
"babel-plugin-transform-class-properties": "6.6.0",
"babel-preset-es2015": "6.6.0",
"babel-preset-es2015-loose": "7.0.0",
"babelify": "7.2.0",
"browserify": "13.0.0",
"browserify-transform-tools": "1.6.0",
"buffer": "4.5.1",
"globby": "4.0.0",
"gulp": "3.9.1",
"gulp-concat": "2.6.0",
"gulp-if": "2.0.0",
"gulp-map": "0.0.2",
"gulp-sourcemaps": "1.6.0",
"gulp-uglify": "1.5.3",
"gulp-util": "3.0.7",
"husky": "0.11.4",
"load-plugins": "2.1.0",
"postcss": "5.0.19",
"postcss-custom-selectors": "3.0.0",
"stringify": "5.1.0",
"vinyl-buffer": "1.0.0",
"vinyl-source-stream": "1.1.0",
"vinyl-transform": "1.0.0",
"watchify": "3.7.0"
}
}