-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 923 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
36
37
38
39
40
41
{
"name": "bangular",
"version": "1.0.0",
"description": "Angular with bangs",
"main": "index.js",
"scripts": {
},
"repository": {
"type": "git",
"url": "git+https://github.com/suneetfcc/bangular.git"
},
"keywords": [
"angular",
"javascript",
"learn"
],
"author": "Suneet",
"license": "MIT",
"bugs": {
"url": "https://github.com/suneetfcc/bangular/issues"
},
"homepage": "https://github.com/suneetfcc/bangular#readme",
"devDependencies": {
"karma-chrome-launcher": "^2.1.1",
"karma-jasmine": "^1.1.0",
"karma-phantomjs-launcher": "^1.0.4"
},
"dependencies": {
"gulp": "^3.9.1",
"gulp-jscs": "^4.0.0",
"gulp-jshint": "^2.0.4",
"jasmine-core": "^2.6.3",
"jquery": "^3.2.1",
"jshint": "^2.9.4",
"jshint-stylish": "^2.2.1",
"karma": "^1.7.0",
"karma-cli": "^1.0.1",
"lodash": "^4.17.4",
"sinon": "^2.3.4"
}
}