-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.38 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "edGraham",
"version": "1.1.9",
"description": "",
"repository": {
"type": "git",
"url": "https://github.com/edgar0011/graham.git"
},
"main": "dist/edGraham.min.js",
"files": [
"dist"
],
"scripts": {
"build": "grunt build"
},
"author": "[email protected]",
"license": "ISC",
"engines": {
"node": "0.10.x"
},
"dependencies": {},
"devDependencies": {
"grunt-angular-templates": "^0.5.7",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-cssmin": "~0.7.0",
"grunt-contrib-htmlmin": "~0.1.3",
"grunt-contrib-imagemin": "~0.4.1",
"grunt-contrib-jasmine": "~0.4.2",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-less": "^0.11.4",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-watch": "~0.5.2",
"grunt-extend-config": "^0.9.2",
"grunt-htmlclean": "^2.2.3",
"grunt-include-source": "^0.4.1",
"grunt-ng-annotate": "^0.10.0",
"grunt-ngdocs": "^0.2.7",
"grunt-protractor-runner": "^2.0.0",
"grunt-ts": "^4.2.0-beta.1",
"grunt-wrap": "^0.3.0",
"jscs": "^1.13.1",
"load-grunt-configs": "^0.4.3",
"load-grunt-tasks": "^0.6.0",
"protractor": "^2.0.0",
"typescript": "^1.5.0-beta"
},
"path": {
"src": "src",
"vendor": "node_modules",
"temp": "temp",
"dist": "dist"
}
}