-
Notifications
You must be signed in to change notification settings - Fork 43
/
Copy pathpackage.json
42 lines (42 loc) · 1.06 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
{
"name": "angular-architecture",
"version": "1.0.0",
"description": "Demo application for a blog post about Angular architecture",
"main": "index.js",
"scripts": {
"start": "node server.js"
},
"author": "Kristian Poslek <kristian.poslek@gmail.com>",
"license": "Apache-2.0",
"browserify-shim": {
"angular": "global:angular"
},
"dependencies": {
"angular": "1.4.7",
"angular-mocks": "1.4.7"
},
"devDependencies": {
"browserify": "^11.2.0",
"browserify-shim": "^3.8.10",
"del": "^2.0.2",
"express": "^4.13.3",
"gulp": "^3.9.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-tslint": "^3.4.0",
"gulp-typescript": "^2.9.2",
"gulp-watch": "^4.3.5",
"jasmine": "^2.3.2",
"jasmine-core": "^2.3.4",
"karma": "^0.13.14",
"karma-browserify": "^4.4.0",
"karma-jasmine": "^0.3.6",
"karma-phantomjs-launcher": "^0.2.1",
"merge2": "^0.3.6",
"path": "^0.12.7",
"phantomjs": "^1.9.18",
"requirejs": "^2.1.20",
"source": "0.0.3",
"tsd": "^0.6.5",
"vinyl-source-stream": "^1.1.0"
}
}