forked from JulianWielga/angular-module-tree
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.06 KB
/
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
{
"name": "angular-module-tree",
"version": "1.0.2",
"description": "### Install",
"main": "dist/angular-module-tree.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/JulianWielga/angular-module-tree.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/JulianWielga/angular-module-tree/issues"
},
"homepage": "https://github.com/JulianWielga/angular-module-tree",
"devDependencies": {
"coffee-script": "^1.9.2",
"gulp": "^3.8.11",
"gulp-bump": "^0.3.0",
"gulp-filter": "^2.0.2",
"gulp-git": "^1.2.1",
"gulp-tag-version": "^1.2.1",
"gulp-coffee": "^2.3.1",
"gulp-karma": "0.0.4",
"gulp-plumber": "^1.0.0",
"gulp-sourcemaps": "^1.5.2",
"gulp-util": "^3.0.4",
"jasmine-core": "^2.2.0",
"karma": "^0.12.31",
"karma-cli": "0.0.4",
"karma-coffee-preprocessor": "^0.2.1",
"karma-coverage": "^0.3.1",
"karma-jasmine": "^0.3.5",
"karma-junit-reporter": "^0.2.2",
"karma-phantomjs-launcher": "^0.1.4"
}
}