-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1011 Bytes
/
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
{
"name": "first-mention",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha --compilers js:babel-register"
},
"author": "Dan Stillan",
"license": "GPLv3",
"devDependencies": {
"babel-cli": "^6.22.2",
"babel-plugin-transform-async-to-generator": "^6.22.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.23.0",
"babel-plugin-transform-regenerator": "^6.22.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.22.0",
"babelify": "^7.3.0",
"browserify": "^14.1.0",
"browserify-shim": "^3.8.13",
"chai": "^3.5.0",
"grunt": "^1.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-shell": "^2.1.0",
"jsdom": "^9.4.1",
"load-grunt-tasks": "^3.5.0",
"mocha": "^3.2.0",
"semver-compare": "^1.0.0",
"sinon": "^1.17.7",
"uglifyjs": "^2.4.10",
"unreachable-branch-transform": "^0.5.1",
"xregexp": "^3.1.1"
}
}