-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
49 lines (49 loc) · 1.32 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
{
"name": "angular-draw-chem",
"version": "2.0.0-beta",
"description": "AngularJS-based tool for drawing structural formulas in svg",
"main": "./dest/js/angular-draw-chem.js",
"scripts": {
"test": "node_modules/karma/bin/karma start tests/karma.conf.js --single-run"
},
"repository": {
"type": "git",
"url": "https://github.com/MMMalik/angular-draw-chem"
},
"keywords": [
"molecule editor",
"structural formula",
"svg",
"angularjs",
"chemistry"
],
"author": "Michał Malik <[email protected]>",
"license": "MIT",
"dependencies": {
"angular": "^1.4.7",
"angular-sanitize": "^1.4.7",
"angular-ui-bootstrap": "^1.0"
},
"devDependencies": {
"angular-route": "^1.4.8",
"express": "^4.13.3",
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.7.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-cssmin": "^0.14.0",
"grunt-contrib-uglify": "^0.10.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-sass": "^1.1.0",
"jasmine-core": "^2.3.4",
"karma": "^0.13.11",
"karma-chrome-launcher": "^0.2.1",
"karma-jasmine": "^0.3.6",
"karma-jasmine-jquery": "^0.1.1",
"karma-nyan-reporter": "^0.2.2",
"mocha": "^2.3.3",
"morgan": "^1.6.1",
"should": "^7.1.0",
"supertest": "^1.1.0"
}
}