-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.02 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.02 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
47
{
"name": "transportapp",
"version": "1.0.0",
"description": "test",
"repository": {
"type": "git",
"url": ""
},
"keywords": [],
"dependencies": {
"bower": "*",
"angular": "^1.5.8",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-browserify": "^0.5.1",
"gulp-connect": "^5.0.0",
"gulp-ngdocs": "^0.3.0",
"gulp-sass": "^2.3.2",
"browser-sync": "^2.17.2",
"jasmine-jquery": "^2.1.1",
"jquery": "^3.0.0"
},
"scripts": {
"postinstall": "./node_modules/bower/bin/bower install",
"start": "gulp"
},
"author": "Michel",
"license": "MIT",
"bugs": {
"url": ""
},
"homepage": "",
"devDependencies": {
"angular-mocks": "^1.5.8",
"chai": "^3.5.0",
"eslint": "^2.13.1",
"eslint-mocha": "^0.1.0",
"eslint-plugin-mocha": "^3.0.0",
"jasmine": "^2.5.2",
"karma": "^1.3.0",
"karma-chrome-launcher": "^2.0.0",
"karma-jasmine": "^1.0.2",
"karma-requirejs": "^1.1.0",
"mocha": "^3.1.2",
"requirejs": "^2.3.2"
}
}