forked from idfly/angular-class-coffee
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 775 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 775 Bytes
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
{
"name": "angular-class-coffee",
"description": "coffeescript classes support for angular",
"version": "0.0.6",
"private": false,
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/idfly/angular-class-coffee.git"
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-changed": "^1.3.0",
"gulp-coffee": "^2.3.1",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.7",
"jasmine-core": "^2.4.1",
"karma": "^0.13.15",
"karma-coffee-preprocessor": "^0.3.0",
"karma-coverage": "^0.5.3",
"karma-jasmine": "^0.3.6",
"karma-phantomjs-launcher": "^0.2.1",
"karma-sinon": "^1.0.4",
"phantomjs": "^1.9.19",
"sinon": "^1.17.2"
}
}