-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
118 lines (118 loc) · 4.46 KB
/
package.json
File metadata and controls
118 lines (118 loc) · 4.46 KB
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"name": "start-kit",
"version": "0.0.0",
"description": "A starter for writing Domo Apps in ES6",
"scripts": {
"setup": "node other/setup.js",
"start": "cross-env NODE_ENV=development node server.js",
"test-ci": "npm run lint && cross-env NODE_ENV=test karma start ./karma.conf.js --single-run --browsers PhantomJS",
"test": "npm run lint && cross-env NODE_ENV=test karma start ./karma.conf.js --single-run",
"tdd": "cross-env NODE_ENV=test karma start ./karma.conf.js --browsers Chrome",
"lint": "eslint src/**",
"coveralls": "npm run test-ci && node node_modules/lcov-filter/index.js ./coverage/phantomjs/lcov.info spec | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
"build": "rm -rf ./dist && cross-env NODE_ENV=production ./node_modules/.bin/webpack && cp -r domo/* dist/",
"preversion": "npm run test-ci",
"version": "npm run build && npm run changelog && git add -A CHANGELOG.md",
"postversion": "git push && git push --tags",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -w -r 0",
"clean": "rm -rf node_modules && npm install",
"upload": "npm run clean && npm run build && cd dist/ && domo publish && cp manifest.json ../domo/ && cd ..",
"update-tools": "node other/update.js"
},
"author": "AppTeam6 <Squad.AppTeam6@domo.com>",
"repository": "https://github.com/DomoApps/starter-kit",
"license": "SEE LICENSE IN LICENSE",
"devDependencies": {
"@domoinc/da-plop": "^4.1.0",
"angular-mocks": "^1.5.8",
"autoprefixer": "^6.1.2",
"babel-core": "^6.3.17",
"babel-loader": "^6.2.0",
"babel-plugin-add-module-exports": "^0.1.1",
"babel-plugin-closure-elimination": "0.0.2",
"babel-plugin-transform-runtime": "^6.3.13",
"babel-preset-es2015": "^6.1.3",
"babel-register": "^6.3.13",
"babel-runtime": "^6.3.13",
"body-parser": "^1.15.1",
"cdnjs": "^0.3.2",
"chai": "^3.4.1",
"chalk": "^1.1.1",
"conventional-changelog": "^0.5.3",
"coveralls": "^2.11.6",
"cross-env": "^4.0.0",
"css-loader": "^0.23.0",
"cssnano": "^3.4.0",
"cz-conventional-changelog": "^1.1.5",
"eslint": "^1.10.3",
"eslint-config-airbnb": "^2.0.0",
"eslint-friendly-formatter": "^1.2.2",
"eslint-loader": "^1.1.1",
"express": "^4.13.3",
"file-loader": "^0.8.5",
"fs-extra": "^0.26.2",
"glob": "^6.0.1",
"html-webpack-plugin": "^1.7.0",
"inquirer": "^0.11.4",
"install": "^0.4.1",
"istanbul": "^0.4.1",
"istanbul-instrumenter-loader": "^0.1.3",
"karma": "^0.13.15",
"karma-babel-preprocessor": "^6.0.1",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.2.2",
"karma-coverage": "^0.5.3",
"karma-firefox-launcher": "^0.1.7",
"karma-mocha": "^0.2.1",
"karma-phantomjs-launcher": "^1.0.0",
"karma-safari-launcher": "^0.1.1",
"karma-sinon": "^1.0.4",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^1.7.0",
"lcov-filter": "0.1.1",
"lodash.kebabcase": "^3.1.1",
"mocha": "^2.3.4",
"ng-annotate-webpack-plugin": "^0.1.2",
"npm": "^3.5.2",
"phantomjs-prebuilt": "^2.1.7",
"portfinder": "^0.4.0",
"postcss-browser-reporter": "^0.4.0",
"postcss-import": "^7.1.3",
"postcss-loader": "^0.8.0",
"postcss-reporter": "^1.3.0",
"precss": "^1.3.0",
"progress": "^1.1.8",
"raw-loader": "^0.5.1",
"request": "^2.67.0",
"ryuu-client": "^2.5.0",
"shelljs": "^0.5.3",
"sinon": "^1.17.2",
"style-loader": "^0.13.0",
"webpack": "^1.12.9",
"webpack-dev-middleware": "^1.4.0",
"webpack-dev-server": "^1.14.0"
},
"dependencies": {
"enquire.js": "^2.1.1",
"ng-redux": "^3.3.3",
"ryuu.js": "^2.5.4"
},
"cdnDependencies": {
"d3": "https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.10/d3.min.js",
"jquery": "https://cdnjs.cloudflare.com/ajax/libs/jquery/3.0.0-alpha1/jquery.min.js",
"lodash": "https://cdnjs.cloudflare.com/ajax/libs/lodash.js/3.10.1/lodash.min.js",
"angular": "https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.5.3/angular.min.js",
"angular-animate": "https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.5.3/angular-animate.min.js",
"angular-ui-router": "https://cdnjs.cloudflare.com/ajax/libs/angular-ui-router/0.2.15/angular-ui-router.min.js"
},
"config": {
"AppTeam6": {
"framework": "starter-kit",
"frameworkVersion": "0.0.8",
"features": []
},
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}