-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.83 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
{
"name": "pulsar-ui",
"version": "1.0.37",
"description": "Pulsar Client",
"scripts": {
"test": "./node_modules/.bin/mocha --reporter spec test/*.js",
"build": "grunt build-prod",
"preversion": "npm test",
"version": "npm run build",
"postversion": "git push && git push --tags",
"watch": "grunt watch",
"updateLib": ".\\scripts\\update_lib.bat",
"buildDev": "grunt build-dev"
},
"repository": {
"type": "git",
"url": "git+https://[email protected]/thunder033/pulsar-ui.git"
},
"author": "Greg Rozmarynowycz",
"license": "ISC",
"bugs": {
"url": "https://github.com/thunder033/pulsar-ui/issues"
},
"homepage": "https://github.com/thunder033/pulsar-ui#readme",
"dependencies": {
"angular": "1.5.8",
"angular-cookies": "1.6.0",
"angular-ui-router": "0.3.2",
"angular-q-spread": "github:imensha/angular-q-spread",
"angular-socket-io": "^0.7.0",
"buffer": "5.0.6",
"checklist-model": "0.10.0",
"eventtarget": "0.1.0",
"modular-adal-angular": "1.0.4",
"pulsar-lib": "github:thunder033/pulsar-lib#v1.0.26",
"socket.io-client": "^1.7.3"
},
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^3.16.1",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.0",
"grunt": "^1.0.1",
"grunt-browserify": "^5.0.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-compress": "^1.3.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^1.0.2",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-eslint": "^19.0.0",
"heroku-deploy-tarball": "^1.0.0",
"mocha": "^3.1.2",
"request": "^2.79.0",
"uglify-js": "github:mishoo/UglifyJS2#harmony"
}
}