forked from facebookarchive/fbctf
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 773 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 773 Bytes
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
{
"name": "fbctf",
"version": "0.0.1",
"private": true,
"devDependencies": {
"babel-eslint": "^6.0.4",
"babel-preset-react": "^6.5.0",
"babelify": "^7.3.0",
"eslint": "^2.9.0",
"eslint-plugin-flowtype": "^2.2.7",
"grunt": "^1.0.1",
"grunt-browserify": "^5.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "^1.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-env": "^0.4.4",
"grunt-eslint": "^18.1.0",
"grunt-force-task": "^2.0.0",
"grunt-run": "^0.6.0",
"grunt-sass": "~1.2.0"
},
"dependencies": {
"d3": "^3.5.16",
"dropkickjs": "^2.1.8",
"hoverintent-jqplugin": "^0.2.1",
"jquery": "^2.2.3",
"keycode": "^2.1.1",
"typed.js": "^1.1.1",
"bxslider": "~4.2.6"
}
}