-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
50 lines (50 loc) · 1.41 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": "sge",
"version": "1.0.0",
"description": "Graphically define a swaggesr definition",
"main": "index.js",
"scripts": {
"test": "find ./src -name '*spec.js' | xargs mocha -R spec --compilers js:babel-core/register",
"lint": "eslint",
"compile": "weback",
"build": "npm test && npm run watch",
"watch": "webpack-dev-server"
},
"author": "Eric Henry Correia",
"license": "MIT",
"devDependencies": {
"angular-mocks": "1.5.0",
"babel-core": "^6.5.2",
"babel-loader": "^6.2.2",
"babel-polyfill": "^6.7.2",
"babel-preset-es2015": "^6.5.0",
"babel-register": "^6.7.2",
"blob-polyfill": "1.0.20150320",
"chai": "3.5.0",
"css-loader": "0.23.1",
"eslint": "2.1.0",
"eslint-config-eslint": "3.0.0",
"eslint-loader": "^1.3.0",
"file-loader": "^0.8.5",
"image-webpack-loader": "1.6.3",
"mocha": "2.4.5",
"raw-loader": "0.5.1",
"style-loader": "0.13.0",
"stylus-loader": "1.4.3",
"webpack": "1.12.10",
"webpack-dev-server": "^1.14.1",
"webpack-livereload-plugin": "^0.7.0"
},
"dependencies": {
"angular": "^1.5.0",
"angular-animate": "^1.5.0",
"angular-aria": "^1.5.0",
"angular-cookies": "^1.5.0",
"angular-file-saver": "^1.1.0",
"angular-material": "^1.0.6",
"angular-materialize": "^0.1.3",
"angular-messages": "^1.5.0",
"express": "^4.13.4",
"materialize-css": "^0.97.5"
}
}