-
Notifications
You must be signed in to change notification settings - Fork 136
/
package.json
38 lines (38 loc) · 971 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
38
{
"name": "anything.js",
"version": "1.35.0",
"description": "A javascript library that contains anything.",
"main": "anything.js",
"scripts": {
"test": "node_modules/.bin/mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Rabrennie/anything.js.git"
},
"author": "everyone",
"license": "ISC",
"bugs": {
"url": "https://github.com/Rabrennie/anything.js/issues"
},
"homepage": "https://github.com/Rabrennie/anything.js#readme",
"dependencies": {
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-git": "^1.6.0",
"gulp-jsbeautifier": "^1.0.1",
"gulp-jsfuck": "^0.2.1",
"gulp-minify": "0.0.5"
},
"devDependencies": {
"babel-core": "^6.3.15",
"babel-preset-es2015": "^6.3.13",
"gulp-babel": "^6.1.1",
"gulp-help": "^1.6.1",
"gulp-jsdoc": "^0.1.5",
"gulp-template": "^3.1.0",
"gulp-util": "^3.0.7",
"mocha": "^2.3.4",
"mocha-eslint": "^1.0.0"
}
}