-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
85 lines (76 loc) · 2.63 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "angoolar",
"version": "0.7.1",
"description": "ANGööLAR ======== Putting the \"oOOoo\" in AngoOOoolar. Taking \"u\" to a land of object-oriented ease.",
"repository": {
"type": "git",
"url": "https://github.com/OlenDavis/angoolar.git"
},
"keywords": [
"Angular",
"Angoolar",
"Object",
"Oriented"
],
"author": "Olen Davis",
"license": "MIT",
"bugs": {
"url": "https://github.com/OlenDavis/angoolar/issues"
},
"homepage": "https://github.com/OlenDavis/angoolar",
"devDependencies": {
"bower" : "^1.3.12",
"extend" : "~1.3.0",
"grunt" : "^0.4.5",
"grunt-angular-templates" : "~0.5.3",
"grunt-bless" : "~0.1.1",
"grunt-contrib-clean" : "~0.4.1",
"grunt-contrib-coffee" : "~0.7.0",
"grunt-contrib-concat" : "~0.3.0",
"grunt-contrib-copy" : "~0.4.1",
"grunt-contrib-cssmin" : "~0.6.1",
"grunt-contrib-sass" : "~0.4.1",
"grunt-contrib-uglify" : "~0.2.2",
"grunt-contrib-watch" : "~0.4.4",
"grunt-debug-task" : "^0.1.5",
"grunt-docco" : "^0.3.3",
"grunt-html-build" : "git+https://github.com/spatools/grunt-html-build.git#0.4.0",
"grunt-karma" : "^0.9.0",
"grunt-md5" : "~0.1.11",
"grunt-modernizr" : "~0.4.1",
"grunt-phantomcss" : "git+https://github.com/OlenDavis/grunt-phantomcss.git#ccaca1e7c83c6f54afbc4d1486d7e33b911af198",
"grunt-preprocess" : "~2.3.0",
"grunt-protractor-runner" : "~1.1.4",
"grunt-shell" : "^1.1.1",
"karma" : "^0.12.23",
"karma-chrome-launcher" : "^0.1.4",
"karma-coffee-preprocessor": "~0.2.1",
"karma-coverage" : "^0.2.6",
"karma-jasmine" : "^0.1.5",
"karma-mocha-reporter" : "^0.3.1",
"phantomjs" : "^1.9.10"
},
"scripts": {
"postinstall": "bower install",
"prebuild": "npm install",
"build" : "grunt",
"prewatch": "npm install",
"watch" : "grunt watch",
"all" : "npm run build",
"postall": "npm run test",
"prekarma": "npm install",
"karma" : "grunt doKarma",
"prewebdriver-update": "npm install",
"webdriver-update" : "./webdriver-manager-update.sh",
"preprotractor" : "npm run webdriver-update",
"protractor" : "grunt doProtractor",
"prephantomcss": "npm install",
"phantomcss" : "grunt doPhantomcss",
"predocco": "npm install",
"docco" : "grunt doDocco",
"prenew-phantomcss-baseline": "npm install",
"new-phantomcss-baseline" : "grunt clean:phantomcss doPhantomcss",
"pretest": "npm run webdriver-update",
"test" : "grunt -f test"
}
}