-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
48 lines (48 loc) · 1.16 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
{
"name": "ajenti-build",
"version": "1.0.4",
"description": "Ajenti plugin resource builder",
"main": "index.js",
"bin": {
"ajenti-build": "./index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ajenti/ajenti-build.git"
},
"keywords": [
"ajenti",
"es6",
"less",
"coffee-script"
],
"author": "Eugene Pankov",
"license": "MIT",
"bugs": {
"url": "https://github.com/ajenti/ajenti-build/issues"
},
"homepage": "https://github.com/ajenti/ajenti-build#readme",
"dependencies": {
"babel-core": "^6.22.1",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-es2016": "^6.22.0",
"babel-preset-es2017": "^6.22.0",
"babel-preset-stage-1": "^6.22.0",
"bluebird": "^3.4.7",
"coffee-script": "^1.12.3",
"glob": "^7.1.1",
"js-yaml": "^3.7.0",
"less": "^2.7.2",
"mkdirp": "^0.5.1",
"node-glob": "^1.2.0",
"npmlog": "^4.0.2",
"yargs": "^6.6.0"
},
"devDependencies": {
"eslint": "^3.14.1",
"eslint-config-standard": "^6.2.1",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-standard": "^2.0.1"
}
}