This repository was archived by the owner on Jan 29, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.76 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.76 KB
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
{
"name": "@retailmenot/morphdom-plugins",
"version": "1.0.1",
"description": "Plugin system to help animating with morphdom",
"main": "index.js",
"scripts": {
"test": "karma start",
"watch-tests": "karma start karma.watch.conf.js",
"eslint": "grunt lint",
"demo": "cd example/ && npm install && npm run start",
"prepublish": "npm run test"
},
"author": "Luke Zilioli <elzee08@gmail.com>",
"contributors": [
"Luke Zilioli <elzee08@gmail.com>"
],
"repository": {
"type": "git",
"url": "https://github.com/RetailMeNotSandbox/morphdom-plugins"
},
"keywords": [
"morphdom",
"animations",
"CSSTransitionGroup",
"flip-move"
],
"license": "MIT",
"peerDependencies": {
"jquery": ">=1.11.1",
"morphdom": "^2.3.1"
},
"devDependencies": {
"@retailmenot/core-ui-eslintrc": "^5.0.0",
"@retailmenot/grunt-hooks": "^1.0.0",
"babel-core": "^6.24.0",
"babel-loader": "^6.4.1",
"babel-preset-es2015": "^6.24.0",
"bluebird": "^3.5.0",
"chai": "^3.5.0",
"eslint": "^3.18.0",
"express": "^4.15.2",
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-eslint": "^19.0.0",
"grunt-jsdoc": "^2.1.0",
"grunt-jsinspect": "^2.0.0",
"grunt-release": "^0.14.0",
"grunt-todo": "^0.5.0",
"handlebars": "^4.0.6",
"jquery": "^3.2.1",
"karma": "^1.5.0",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-spec-reporter": "0.0.30",
"karma-webpack": "^2.0.3",
"lodash": "^4.17.4",
"mocha": "^3.2.0",
"morphdom": "^2.3.2",
"nodemon": "^1.11.0",
"shared-grunt-config": "^6.0.0",
"sinon": "^2.1.0",
"webpack": "^2.3.2"
},
"roux": {
"pantryRoot": "sass-mixins"
}
}