-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
44 lines (44 loc) · 1.22 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
{
"name": "quill-grammar",
"version": "0.9.4",
"private": "true",
"scripts": {
"test": "npm run ci",
"lint": "./node_modules/.bin/grunt lint",
"deploy-staging": "gulp --env=staging && firebase deploy",
"ci": "npm run lint && gulp ci --env=test"
},
"engines": {
"node": ">=0.10.0"
},
"devDependencies": {
"chai": "^3.0.0",
"diff": "^2.2.2",
"empirical-angular-gulp-tasks": "^0.6.0",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-jshint": "^0.11.2",
"grunt-jscs": "^1.8.0",
"grunt-lintspaces": "^0.7.0",
"gulp": "^3.8.10",
"karma": "^0.12.37",
"karma-chai": "^0.1.0",
"karma-chai-plugins": "^0.6.0",
"karma-mocha": "^0.2.0",
"karma-phantomjs-launcher": "^0.2.0",
"karma-sourcemap-loader": "^0.3.5",
"mocha": "^2.2.5",
"phantomjs": "^1.9.17",
"protractor": "^2.5.1"
},
"browser": {
"angular": "./bower_components/angular/angular.min.js",
"angular-ui-router": "./bower_components/ui-router/release/angular-ui-router.min.js"
},
"browserify-shim": {},
"dependencies": {
"empirical-angular": "git://github.com/empirical-org/empirical-angular.git#master",
"ng-autofocus": "0.0.10",
"ramda": "^0.15.1"
}
}