forked from vrathee/redhat_access_pcm_ascension_common
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.3 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
{
"name": "redhat_access_pcm_ascension_common",
"version": "1.2.50",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config webpack.minified.config.js --bail --progress --profile && webpack --config webpack.unminified.config.js --bail --progress --profile",
"build-unminified": "webpack --config webpack.unminified.config.js --bail --progress --profile",
"prepublish": "npm run build"
},
"main": "./dist/redhat_access_pcm_ascension_common.js",
"dependencies": {},
"devDependencies": {
"angular": "~1.5.6",
"angular-gettext": "~2.2.1",
"babel": "~6.5.2",
"babel-core": "~6.9.1",
"babel-loader": "~6.2.4",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"babel-preset-es2015": "~6.9.0",
"css-loader": "~0.23.1",
"exports-loader": "~0.6.3",
"file-loader": "~0.8.5",
"jade": "~1.11.0",
"jade-loader": "~0.8.0",
"jshint-stylish": "~2.2.0",
"load-grunt-tasks": "~3.5.0",
"ng-annotate-loader": "~0.1.0",
"raw-loader": "~0.5.1",
"style-loader": "~0.13.1",
"time-grunt": "~1.3.0",
"udsjs": "~1.1.54",
"url-loader": "~0.5.7",
"webpack": "~1.13.1"
},
"repository": {
"type": "git",
"url": "https://github.com/redhataccess/redhat_access_pcm_ascension_common.git"
}
}