-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.32 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
51
52
53
54
{
"name": "github.philos.io",
"version": "1.0.0",
"description": "angularjs version of github user's profile for the js bootcamp",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"start": "webpack-dev-server",
"booyaa": "webpack && surge -p app",
"test": "karma start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Philos-io/github.philos.io.git"
},
"keywords": [
"angularjs",
"javascript"
],
"author": "davy engone",
"license": "MIT",
"bugs": {
"url": "https://github.com/Philos-io/github.philos.io/issues"
},
"homepage": "https://github.com/Philos-io/github.philos.io#readme",
"devDependencies": {
"angular-mocks": "^1.4.6",
"babel": "^5.8.23",
"babel-core": "^5.8.21",
"babel-loader": "^5.3.2",
"browser-sync": "^2.8.2",
"browser-sync-webpack-plugin": "^0.2.1",
"chai": "^3.3.0",
"css-loader": "^0.16.0",
"raw-loader": "^0.5.1",
"sinon": "^1.17.1",
"style-loader": "^0.12.3",
"wallaby-webpack": "0.0.8",
"webpack": "^1.12.2"
},
"dependencies": {
"angular": "^1.4.3",
"angular-route": "^1.4.3",
"angular-router": "0.0.2",
"bootstrap": "^3.3.5",
"chai": "^3.3.0",
"cors": "^2.7.1",
"express": "^4.13.3",
"jquery": "^2.1.4",
"qs": "^4.0.0"
}
}