-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1019 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 1019 Bytes
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
{
"name": "angular-example",
"version": "0.0.1",
"description": "simplest possible example of angular",
"author": "Markko Paas<markko.paas@gmail.com>",
"keywords": [
"angular",
"example"
],
"scripts": {
"postinstall": "node_modules/.bin/gulp",
"test": "karma start",
"start": "http-server"
},
"dependencies": {},
"license": "MIT",
"devDependencies": {
"angular": "^1.4.8",
"angular-mocks": "^1.4.8",
"angular-route": "^1.4.8",
"chai": "^3.4.1",
"cryptiles": "^4.1.3",
"eslint": "^6.4.0",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.0",
"gulp-eslint": "^6.0.0",
"gulp-html-replace": "^1.5.5",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.1",
"hoek": "^4.2.1",
"http-server": "^0.11.1",
"karma": "^4.3.0",
"karma-chai": "^0.1.0",
"karma-mocha": "^0.2.1",
"karma-phantomjs-launcher": "^1.0.4",
"lodash.template": "^4.5.0",
"mocha": "^6.2.0",
"phantomjs": "^2.1.7",
"tough-cookie": "^2.3.4"
}
}