-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.61 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.61 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
48
49
50
51
52
53
54
55
{
"based_on": "https://github.com/ngbp/ngbp",
"author": "Diego Díaz Ogni",
"name": "ng-sass",
"version": "0.0.1",
"homepage": "",
"licenses": {
"type": "MIT",
"url": "https://raw.github.com/ngbp/ngbp/master/LICENSE"
},
"bugs": "",
"repository": {
"type": "git",
"url": "git@github.com:dd-kunai/ng-sass.git"
},
"dependencies": {},
"devDependencies": {
"body-parser": "^1.13.3",
"express": "^4.13.3",
"grunt": "~0.4.5",
"grunt-bump": "0.0.16",
"grunt-cache-breaker": "^1.0.1",
"grunt-coffeelint": "0.0.13",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-coffee": "^0.12.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-sass": "^0.9.2",
"grunt-contrib-uglify": "^0.6.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-conventional-changelog": "^4.1.0",
"grunt-express-server": "^0.5.1",
"grunt-favicons": "^0.7.0",
"grunt-githooks": "^0.3.1",
"grunt-html2js": "^0.2.9",
"grunt-istanbul": "^0.4.0",
"grunt-jsbeautifier": "^0.2.10",
"grunt-karma": "^0.9.0",
"grunt-ng-annotate": "~0.9.2",
"grunt-open": "^0.2.3",
"grunt-sass-globbing": "^1.4.0",
"karma": "^0.12.31",
"karma-chrome-launcher": "~0.1",
"karma-coffee-preprocessor": "^0.2.1",
"karma-coverage": "^0.2.7",
"karma-firefox-launcher": "~0.1",
"karma-html2js-preprocessor": "~0.1",
"karma-jasmine": "^0.3.5",
"karma-junit-reporter": "~0.2.2",
"karma-phantomjs-launcher": "0.1.4",
"karma-requirejs": "0.2.2",
"karma-script-launcher": "~0.1"
}
}