-
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.13 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.13 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": "angular-gulp-browserify",
"version": "1.0.0",
"description": "Example AngularJS app built with gulp and browserify",
"scripts": {
"test": "gulp test"
},
"author": "@chazzlabs",
"repository": {
"type": "git",
"url": "https://github.com/chazzlabs/angular-gulp-browserify"
},
"bugs": {
"url": "https://github.com/chazzlabs/angular-gulp-browserify/issues"
},
"keywords": [
"angular",
"js",
"gulp",
"browserify",
"karma"
],
"private": true,
"license": "MIT",
"devDependencies": {
"angular-mocks": "^1.5.5",
"babel-preset-es2015": "^6.6.0",
"babelify": "^7.2.0",
"browserify": "^13.0.0",
"browserify-ng-html2js": "^1.2.0",
"eslint-config-airbnb": "^6.1.0",
"gulp": "^3.9.1",
"gulp-connect": "^3.1.0",
"gulp-eslint": "^2.0.0",
"jasmine-core": "^2.4.1",
"karma": "^0.13.22",
"karma-browserify": "^5.0.4",
"karma-jasmine": "^0.3.8",
"karma-mocha-reporter": "^2.0.2",
"karma-phantomjs-launcher": "^1.0.0",
"phantomjs-prebuilt": "^2.1.7",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"angular": "^1.5.0"
}
}