-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 893 Bytes
/
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
{
"name": "angular-styleguide",
"version": "1.0.0",
"description": "Best practices for AngularJS 1.x + ES6",
"main": "index.html",
"author": "Mark Savage",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/SavageBits/angular-styleguide.git"
},
"devDependencies": {
"babel-preset-es2015": "^6.5.0",
"chai": "^3.5.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.0",
"gulp-connect": "^2.3.1",
"gulp-eslint": "^2.0.0",
"gulp-ng-annotate": "^1.1.0",
"gulp-open": "^1.0.0",
"karma": "^0.13.21",
"karma-chai": "^0.1.0",
"karma-mocha": "^0.2.2",
"karma-phantomjs-launcher": "^1.0.0",
"mocha": "^2.4.5",
"phantomjs-prebuilt": "^2.1.4"
},
"dependencies": {},
"scripts": {
"start": "gulp",
"test": "gulp build && karma start",
"build": "gulp build"
}
}