forked from graingert/WOW
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 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
47
48
49
50
51
{
"name": "wow.js",
"title": "WOW",
"version": "1.3.0",
"main": "dist/wow.js",
"description": "",
"keywords": [],
"homepage": "https://wowjs.uk",
"contributors": [
{
"name": "Matthieu Aussaguel",
"email": "[email protected]",
"url": "http://mynameismatthieu.com/"
},
{
"name": "Thomas Grainger",
"email": "[email protected]",
"url": "https://graingert.co.uk/"
}
],
"repository": {
"type": "git",
"url": "git://github.com/graingert/WOW.git"
},
"bugs": {
"url": "https://github.com/graingert/WOW/issues"
},
"license": "MIT",
"devDependencies": {
"babel-eslint": "^6.0.4",
"babel-plugin-add-module-exports": "^0.2.0",
"babel-plugin-transform-es2015-modules-umd": "^6.8.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-stage-1": "^6.5.0",
"eslint-config-airbnb-base": "^3.0.0",
"eslint-plugin-import": "^1.7.0",
"grunt": "latest",
"grunt-babel": "^6.0.0",
"grunt-cli": "latest",
"grunt-contrib-coffee": "latest",
"grunt-contrib-jasmine": "latest",
"grunt-contrib-uglify": "latest",
"grunt-contrib-watch": "latest",
"grunt-eslint": "^18.1.0",
"grunt-growl": "latest",
"load-grunt-tasks": "^3.5.0"
},
"scripts": {
"test": "grunt travis"
}
}