-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.4 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
{
"name": "Meteor-UI5-Accounts-package-builder",
"version": "0.0.1",
"description": "Build system for Meteor package. NOTE: This is not an NPM-published package. This file only serves the Grunt build tool for building an Atmosphere package.",
"main": "package.js",
"directories": {
"doc": "doc"
},
"dependencies": {
"grunt": "^1.0.1"
},
"devDependencies": {
"babel-eslint": "^6.1.2",
"babel-preset-es2015": "^6.13.2",
"eslint": "^3.3.1",
"eslint-config-airbnb": "^10.0.1",
"eslint-plugin-import": "^1.13.0",
"eslint-plugin-jsx-a11y": "^2.1.0",
"eslint-plugin-meteor": "^4.0.0",
"eslint-plugin-react": "^6.1.2",
"grunt-babel": "^6.0.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-eslint": "^19.0.0",
"grunt-jsdoc": "^2.1.0",
"ink-docstrap": "^1.2.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "grunt build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/propellerlabsio/meteor-ui5-accounts.git"
},
"keywords": [
"meteor",
"ui5",
"openui5",
"sapui5"
],
"author": "PropellerLabs.com",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/propellerlabsio/meteor-ui5-accounts/issues"
},
"homepage": "http://meteor-ui5.PropellerLabs.com"
}