-
Notifications
You must be signed in to change notification settings - Fork 170
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.1 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.1 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
{
"name": "ng-blog",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "gulp",
"test": "karma start"
},
"author": "",
"license": "ISC",
"dependencies": {
"angular": "^1.4.3",
"angular-animate": "^1.4.3",
"angular-ui-router": "^0.2.15",
"jeet": "^6.1.2",
"lodash": "^3.10.0",
"normalize.css": "^3.0.3",
"rupture": "^0.6.1"
},
"devDependencies": {
"angular-mocks": "^1.4.3",
"babel-loader": "^5.3.2",
"browser-sync": "^2.7.13",
"chai": "^3.1.0",
"css-loader": "^0.15.4",
"file-loader": "^0.8.4",
"gulp": "^3.9.0",
"gulp-todoist": "0.0.2",
"karma": "^0.13.16",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.2.0",
"karma-mocha": "^0.2.0",
"karma-mocha-reporter": "^1.0.2",
"karma-sourcemap-loader": "^0.3.5",
"karma-webpack": "^1.6.0",
"mocha": "^2.2.5",
"node-libs-browser": "^0.5.2",
"raw-loader": "^0.5.1",
"run-sequence": "^1.1.1",
"style-loader": "^0.12.3",
"stylus-loader": "^1.2.1",
"webpack": "^1.10.1",
"webpack-stream": "^2.0.0"
}
}