-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.86 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.86 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
{
"name": "Js Dev",
"version": "0.0.1",
"description": "Js Dev Env",
"author": "Kishore",
"repository": {
"type": "git",
"url": "https://github.com/nkratk/JsDev.git"
},
"dependencies": {},
"scripts": {
"security-check": "nsp check",
"open:src": "babel-node buildScripts/srcServer.js",
"start": "npm-run-all --parallel security-check open:src",
"build": "babel-node buildScripts/build.js",
"copy-common": "babel-node buildScripts/copyCommonsToDist.js",
"start-dev-server": "webpack-dev-server",
"test": "karma start karma.config.js"
},
"devDependencies": {
"angular": "^1.3.20",
"babel-cli": "6.16.0",
"babel-core": "6.17.0",
"babel-loader": "6.2.5",
"babel-preset-latest": "6.16.0",
"babel-register": "6.16.3",
"cheerio": "^0.22.0",
"compression": "1.6.2",
"css-loader": "^0.26.1",
"eslint": "^3.8.1",
"eslint-plugin-angular": "^1.4.1",
"eslint-plugin-import": "2.0.1",
"eslint-watch": "2.1.14",
"express": "4.14.0",
"extract-text-webpack-plugin": "^2.0.0-beta.4",
"file-loader": "^0.9.0",
"fs-extra": "^1.0.0",
"istanbul-instrumenter-loader": "^1.1.0",
"jasmine": "^2.5.2",
"jasmine-core": "^2.5.2",
"jquery": "^3.1.1",
"karma": "^1.3.0",
"karma-babel-preprocessor": "^6.0.1",
"karma-coverage": "^1.1.1",
"karma-html-reporter": "^0.2.7",
"karma-jasmine": "^1.0.2",
"karma-ng-html2js-preprocessor": "^1.0.0",
"karma-phantomjs-launcher": "^1.0.2",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^1.8.0",
"node-sass": "^3.4.2",
"npm-run-all": "3.1.1",
"nsp": "2.6.2",
"open": "0.0.5",
"sass-loader": "^4.0.2",
"style-loader": "^0.13.1",
"webpack": "^2.1.0-beta.25",
"webpack-dev-middleware": "^1.8.4",
"webpack-dev-server": "^2.1.0-beta.10",
"webpack-hot-middleware": "^2.13.2"
}
}