forked from StarterSquad/ngseed
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.09 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 1.09 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
{
"name": "ngseed",
"description": "Neat combination of Angular & Require intended for bulding complex frontend applications",
"repository": "git@github.com:StarterSquad/angularjs-requirejs-seed.git",
"version": "0.0.3",
"devDependencies": {
"amdefine": "latest",
"coffee-script": "latest",
"event-stream": "latest",
"gulp": "latest",
"gulp-autoprefixer": "latest",
"gulp-gh-pages": "^0.3.2",
"gulp-karma": "latest",
"gulp-livereload": "latest",
"gulp-protractor": "latest",
"gulp-replace": "latest",
"gulp-requirejs": "git://github.com/StarterSquad/gulp-requirejs.git",
"gulp-ruby-sass": "latest",
"gulp-uglify": "latest",
"gulp-util": "latest",
"karma": "latest",
"karma-coffee-preprocessor": "latest",
"karma-chrome-launcher": "latest",
"karma-coverage": "latest",
"karma-firefox-launcher": "latest",
"karma-jasmine": "latest",
"karma-phantomjs-launcher": "latest",
"karma-requirejs": "latest",
"karma-script-launcher": "latest",
"protractor": "latest",
"tiny-lr": "latest",
"underscore": "latest"
}
}